Closed
Bug 1548327
Opened 6 years ago
Closed 6 years ago
Handle context cancelations
Categories
(DevTools :: Debugger, task, P2)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jlast, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
Now that we are using context changes to invalidate thunks, we should make sure that we handle them at the top-level action.
This means:
- that bound actions have a built in try/catch that catches context changes
- that actions that are not await can be "forked" such that they also handle context changes
Reporter | ||
Updated•6 years ago
|
Type: defect → task
Priority: -- → P2
Reporter | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Attachment #9061966 -
Attachment is obsolete: true
Reporter | ||
Comment 2•6 years ago
|
||
we're handling this with one-off try/catches for now.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•