alexgibson / notify.js

A handy wrapper for the Web Notifications API
https://alexgibson.github.io/notify.js/
Other
1.33k stars 148 forks source link

support for browsers that do not support Notifications API #13

Closed chris-rock closed 10 years ago

chris-rock commented 10 years ago

It would be great to have a lib that works on all browsers and fallback to in-page notifications like http://notifyjs.com/

Do you think this is a good idea?

alexgibson commented 10 years ago

I think I'd rather this plugin concentrate in making the Web Notificatiins API easier to use, rather than also having to deal with legacy browsers. But thanks for the suggestion.