Aillyn
Aillyn

Reputation: 23793

Desktop notification APIs for browsers other than Chrome?

Do other major browsers (Firefox, IE, Safari, Opera) have a built-in desktop notifications API like the one Chrome has?

If so, please leave a link to their documentation.

Upvotes: 0

Views: 3035

Answers (5)

elwc
elwc

Reputation: 1287

I know this is a 3 years old question. But here's my link to Opera Browser's desktop notification. I use Opera.

http://blogs.opera.com/desktop/2014/08/opera-developer-25-supports-web-notifications/

Upvotes: 0

Doua Beri
Doua Beri

Reputation: 10939

Don't know about opera or safari but in firefox you can find this : https://addons.mozilla.org/en-US/developers/docs/sdk/latest/modules/sdk/notifications.html

Upvotes: 0

opticyclic
opticyclic

Reputation: 8106

You can enable them in Firefox with this extension

https://addons.mozilla.org/en-US/firefox/addon/tab-notifier/

Upvotes: 0

nikmd23
nikmd23

Reputation: 9103

The notifications that Chrome has built in is based on the W3C Web Notifications specification.

As of today, the only browser that support THIS SPEC is Chrome. You can find a listing of browser support at CanIUse.com

Upvotes: 2

Related Questions