Closed
Bug 1943082
Opened 1 year ago
Closed 11 months ago
Move parserWorker.isLocationSupported out of the worker
Categories
(DevTools :: Debugger, task, P2)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bomsy, Assigned: bomsy)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
The parserWorker.isLocationSupported https://searchfox.org/mozilla-central/search?q=isLocationSupported&path=&case=true®exp=false is used to stop the triggering of the parser worker APIs on sources which are not supported by the worker. Currently these are WASM related sources.
This is not dependent on data in the parser worker so the API can be moved out of the worker.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → hmanilla
Status: NEW → ASSIGNED
Updated•1 year ago
|
Attachment #9461032 -
Attachment is obsolete: true
| Assignee | ||
Comment 2•11 months ago
|
||
No longer needed!
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•