Open
Bug 1222720
Opened 9 years ago
Updated 2 years ago
Report additional information when service worker event handler throw
Categories
(Core :: DOM: Service Workers, defect, P3)
Core
DOM: Service Workers
Tracking
()
NEW
People
(Reporter: bkelly, Unassigned)
References
(Blocks 1 open bug)
Details
In bug 1217909 I am making service workers report uncaught exceptions and syntax errors to the console reliably. It would be nice to provide some additional information in a secondary console line, though. For example:
1) Throwing in the 'fetch' handler should report the FetchEvent.request.url value.
2) Throwing in the 'install' handler should report the service worker scope and indicate install was aborted.
3) Throwing in the 'activate' handler should report the scope and warn that the service worker is still active.
Reporter | ||
Updated•9 years ago
|
Assignee: nobody → bkelly
Status: NEW → ASSIGNED
Reporter | ||
Updated•9 years ago
|
Blocks: dt-service-worker
Reporter | ||
Updated•8 years ago
|
No longer blocks: ServiceWorkers-postv1
Updated•7 years ago
|
Priority: -- → P3
Comment 2•6 years ago
|
||
asuth: any objection if we unassign you and backlog this?
Flags: needinfo?(bugmail)
Updated•6 years ago
|
Assignee: bugmail → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(bugmail)
Comment 3•5 years ago
|
||
Perry, is this bug relevant to the discussion at all hands about improving details in error messages? Could these be some low hanging fruits when we split up the bugs for each of the errors?
Flags: needinfo?(perry)
Comment 4•5 years ago
|
||
Yeah, I think this is relevant and would help debugging. I think the classification of error messages in the bug description is a good start.
Flags: needinfo?(perry)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•