Web push support?

User Help for Seamonkey and Mozilla Suite
Post Reply
Diamanti
Posts: 778
Joined: June 12th, 2008, 9:02 am

Web push support?

Post by Diamanti »

SM 2.53.16b1 support Web Push?
This test or Twitter not work.
frg
Posts: 1361
Joined: December 15th, 2015, 1:20 pm

Re: Web push support?

Post by frg »

Setting dom.push.enabled to true should enable web push. But there is also a new notification api and not sure what the page wants. It also needs service workers which are still disabled.

Overall this is awful stuff and any website using it should be avoided. Advertisers love these types of apis.

FRG
Diamanti
Posts: 778
Joined: June 12th, 2008, 9:02 am

Re: Web push support?

Post by Diamanti »

I have:
user_pref("dom.webnotifications.enabled",true);
user_pref("dom.push.enabled",true);
user_pref("dom.webnotifications.serviceworker.enabled",true);

Then it is a new notification api problem?
Rob_S
Posts: 809
Joined: December 13th, 2007, 8:54 am
Location: Vancouver Island BC
Contact:

Re: Web push support?

Post by Rob_S »

Well, if seamonkey ever enables this, I do hope it will be left off by default, and require a setting to enable.

I HATE this stuff.
4td8s
Posts: 784
Joined: June 24th, 2009, 1:07 pm

Re: Web push support?

Post by 4td8s »

Diamanti wrote:
Then it is a new notification api problem?
maybe, on the web site's end and not on SM
Post Reply