Open
Bug 1802183
Opened 3 years ago
Updated 3 years ago
Audit the error code in WorkletFetchHandler
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: allstars.chh, Unassigned)
Details
There are some error codes like NS_ERROR_FAILURE or NS_ERROR_DOM_NETWORK_ERR in WorkletFetchHandler, I assume they should be replaced with NS_ERROR_DOM_ABORT_ERROR to match the spec, like in Bug 1799107 and Bug 1802173.
However, so far our tests (mochitest + wpt) don't cover the error cases.
We need to have some tests to test the error behavior and replace the error code with ABORT_ERROR.
Updated•3 years ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•