Serhat Koroglu
Serhat Koroglu

Reputation: 1275

Deprecated Chrome Extension HTML Notification

Is it not allowed that using html as chrome extension notification never? Here is chrome developers say deprecated: https://plus.google.com/+GoogleChromeDevelopers/posts/V8xpT9GgMtT

Upvotes: 0

Views: 108

Answers (1)

guillaumekln
guillaumekln

Reputation: 504

The method is indeed deprecated and no longer supported since Chrome 28.

It is encouraged to use the new chrome.notifications API that is properly supported by the browser and the new notification center.

Upvotes: 1

Related Questions