Closed
Bug 1803222
Opened 3 years ago
Closed 3 years ago
Worklet.addModule should return SyntaxError if fails to parse the moduleURL
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
109 Branch
| Tracking | Status | |
|---|---|---|
| firefox109 | --- | fixed |
People
(Reporter: allstars.chh, Assigned: allstars.chh)
Details
Attachments
(1 file)
See https://html.spec.whatwg.org/multipage/worklets.html#dom-worklet-addmodule, step 3
- Parse moduleURL relative to outsideSettings.
- If this fails, then return a promise rejected with a "SyntaxError" DOMException.
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed by allstars.chh@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/caf8f23be93d
Return SyntaxError if fails to parse the moduleURL. r=smaug
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•