multiple push notification support in firefox at a time?
I want to display multiple push notification. Is it support in firefox? because it was displyed in chrome properly
Alle Antworten (7)
kinjalak said
I want to display multiple push notification. Is it support in firefox? because it was displyed in chrome properly
I'm not sure, but would you please take a look at this article and scroll down the section :
How do I add Web Push to my website ?
Adding this link (mentioned in the article) :
https://developer.mozilla.org/en-US/docs/Web/API/Push_API
Also see :
i have read this(How do I add Web Push to my website ? ) link already. there is no answer
kinjalak said
i have read this(How do I add Web Push to my website ? ) link already. there is no answer
Bummer !
Anything useful here ?
https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API/Using_the_Notifications_API
Or could this be helpful ?
Probably not, in which case I hope that somebody else will come to your rescue ......
I have done..Thanks for reply
problem is solved
using setTimeout()
kinjalak said
using setTimeout()
Great - well done !
For those who don't know what you're talking about, is this it ?
https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/setTimeout
Would you be a dear and mark your own (last) post as Chosen Solution ?