Open
Bug 1339434
Opened 8 years ago
Updated 2 years ago
match spec change to remove skip-service-worker flag
Categories
(Core :: DOM: Service Workers, defect, P3)
Core
DOM: Service Workers
Tracking
()
NEW
People
(Reporter: bkelly, Unassigned)
References
(Blocks 1 open bug)
Details
In this issue:
https://github.com/whatwg/fetch/issues/303
The spec was changed not to blanket skip the service worker when network is initiated from a service worker. This removes the skip-service-worker flag and replaces it with another mode value.
We should update to match the spec in order to properly intercept service-worker network requests like notification images, etc.
Updated•8 years ago
|
Priority: -- → P2
Updated•7 years ago
|
Priority: P2 → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•