Closed
Bug 1533687
Opened 6 years ago
Closed 6 years ago
Support service worker in private mode
Categories
(Core :: DOM: Workers, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1320796
People
(Reporter: jimmy, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36
Steps to reproduce:
switched to private mode
installed a service worker
navigator.serviceWorker.register('sw.js')
Actual results:
Error: navigator.serviceWorker is undefined
Expected results:
I expected a service worker to be installed even if it's not persistent. it should work temporary (be sandboxed) and cleared after ending my private session
This works as expected in other browsers.
Updated•6 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Component: Untriaged → DOM: Workers
Product: Firefox → Core
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•