Open
Bug 1548931
Opened 6 years ago
Updated 2 years ago
Pending worker tasks should be cleared on navigate
Categories
(DevTools :: Debugger, task, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: jlast, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 obsolete files)
It is possible for the page to navigate while a worker is responding to a request. When it responds, the response will refer to an old context. We currently address this with validateNavigateContext
. That approach works, but it would be more direct if we just rejected the tasks directly on navigate.
Reporter | ||
Comment 1•6 years ago
|
||
Reporter | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Attachment #9062604 -
Attachment is obsolete: true
Updated•6 years ago
|
Attachment #9062604 -
Attachment is obsolete: false
Updated•6 years ago
|
Attachment #9062601 -
Attachment is obsolete: true
Reporter | ||
Updated•6 years ago
|
Assignee: nobody → jlaster
Status: NEW → ASSIGNED
Priority: -- → P2
Updated•5 years ago
|
Attachment #9062604 -
Attachment is obsolete: true
Reporter | ||
Updated•4 years ago
|
Assignee: jlaster → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•