ie-web-notifications / ie-web-notifications.github.io

IE Web Notifications (desktop notifications)
http://ie-web-notifications.github.io/
8 stars 2 forks source link

There is typo, `onshow` handler is called `onshown`. #18

Open ie-web-notifications opened 8 years ago

ie-web-notifications commented 8 years ago

Since anyway it's considered as deprecated it can stay as is for a while. Later it should go away in favor of show event emitted via EventTarget (#17). This typo is also mentioned in #16.

ie-web-notifications commented 7 years ago

It's fixed in version v0.10.0 (https://github.com/ie-web-notifications/ie-web-notifications/releases/tag/v0.10.0, the link on the web page is not updated yet). In addition, EventTarget interface (#17 and https://github.com/ie-web-notifications/ie-web-notifications/issues/3) is also implemented. However, for compatibility reasons onshown will work for a certain period to give users a time to transition to EventTarget.