Closed
Bug 1350850
Opened 8 years ago
Closed 8 years ago
<iframe srcdoc> should inherit parent documents ServiceWorker
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
RESOLVED
DUPLICATE
of bug 1261403
People
(Reporter: freddy, Unassigned)
References
Details
STR:
* Register a ServiceWorker that logs all Fetch Events
* Add something like <iframe srcdoc='<script src=//14.rs/ >'></iframe>' to the DOM
* Observe how the ServiceWorker does not see the Fetch Event
| Reporter | ||
Updated•8 years ago
|
See Also: → https://github.com/w3c/ServiceWorker/issues/1093
Comment 1•8 years ago
|
||
This is a known issue. See bug 1261403. Also, I have some work-in-progress which should make this easier to implement.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•