I am fairly sure it would be appropriate to do the same as Desktop & Android here, filed a new bug
https://bugzilla.mozilla.org/show_bug.cgi?id=1224283 On 12 November 2015 at 18:03, Daniel Holbert <[email protected]> wrote: > On 11/12/2015 09:46 AM, Dale Harvey wrote: > > As far as I can tell navigator.serviceWorker is now available in Firefox > > Desktop nightly, so does that mean the next gecko update to nightly will > > support it? > > I don't know anything about serviceWorker plans, but I'll clarify the > current state of Nightly enabled-ness, from a bit of poking around at > prefs files: > > * By default, serviceWorker support is disabled in Gecko: > > https://mxr.mozilla.org/mozilla-central/source/modules/libpref/init/all.js?rev=16fc1974dab6#149 > > * Firefox & Fennec override that default & opt to enable serviceWorkers > by default, but only for *non-release* versions of Firefox & Fennec: > > https://mxr.mozilla.org/mozilla-central/source/browser/app/profile/firefox.js?rev=73f07190af6d#1650 > > https://mxr.mozilla.org/mozilla-central/source/mobile/android/app/mobile.js?rev=84a7cf29f4f1#947 > > * b2g could presumably do the same, if that were appropriate (not sure) > -- but it doesn't currently, and in fact it has serviceWorkers > *explicitly* disabled (technically unnecessary I think given the all.js > default), due to some mulet issue: > > https://mxr.mozilla.org/mozilla-central/source/b2g/app/b2g.js?rev=0d3a6fcb8687#1130 >
_______________________________________________ dev-fxos mailing list [email protected] https://lists.mozilla.org/listinfo/dev-fxos

