Closed
Bug 1174303
Opened 9 years ago
Closed 9 years ago
Chrome service postMessage() demo fails with MessageChannel not defined
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: u279076, Unassigned)
References
Details
Simply load https://googlechrome.github.io/samples/service-worker/post-message/index.html, reload the page to trigger the service worker, and click "Add to Cache".
In Chrome the URL is added to the service worker cache.
In Firefox I get an error on the page: "ReferenceError: MessageChannel is not defined"
Updated•9 years ago
|
Blocks: ServiceWorkers-postv1
Comment 2•9 years ago
|
||
We don't completely support MessageChannel yet. See bug 911972.
Comment 3•9 years ago
|
||
Is this still an issue?
Comment 4•9 years ago
|
||
WFM on nightly in e10s mode today.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•