Closed
Bug 1618015
Opened 5 years ago
Closed 3 years ago
add consoleFront property
Categories
(DevTools :: Console, task, P5)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jlast, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
the threadFront property allows for synchronous access to the thread, which is incredibly useful in places where we know we've attached. similarly we should have the ability to do the same thing with the console.
We can generalize this by adding a sync version of getFront, but i think special casing these two use cases is fine for now where we know we'll need it.
Reporter | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → jlaster
Status: NEW → ASSIGNED
Updated•5 years ago
|
Priority: -- → P3
Comment 2•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Component: General → Console
Comment 3•5 years ago
|
||
The component has been changed since the backlog priority was decided, so we're resetting it.
For more information, please visit auto_nag documentation.
Priority: P3 → --
Updated•5 years ago
|
Priority: -- → P5
Reporter | ||
Updated•4 years ago
|
Assignee: jlaster → nobody
Status: ASSIGNED → NEW
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•