Closed
Bug 1878061
Opened 2 years ago
Closed 2 years ago
Remove parserWorker.hasSyntaError
Categories
(DevTools :: Debugger, task)
DevTools
Debugger
Tracking
(firefox124 fixed)
RESOLVED
FIXED
124 Branch
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: bomsy, Assigned: bomsy)
Details
Attachments
(1 file)
Lets cleanup the parserWorker.hasSyntaxError
as the reason for its existence no longer exists. client.evaluate
can now handle evaluating expressions without throwing when Pause On Exceptions is enabled. See this github issue for when it was introduced.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → hmanilla
Status: NEW → ASSIGNED
Pushed by hmanilla@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a53a9af3124e
[devtools] Remove parserWorker.hasSyntaxError r=devtools-reviewers,nchevobbe
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•