Closed
Bug 1505604
Opened Last year
Closed Last year
Remove enum class ReaderMode from Stream.cpp
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Not set
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: jorendorff, Assigned: jorendorff)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•Last year
|
||
For all I know we might want this again someday, when we re-implement byte-oriented streams. Let's cross that bridge when we come to it.
Assignee | ||
Comment 2•Last year
|
||
Note also: we've already got JS::ReadableStreamReaderMode. It doesn't make a lot of sense to have two of these.
Assignee | ||
Comment 3•Last year
|
||
Pushed by jorendorff@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/7a0db4fb071c Remove enum class ReaderMode from Stream.cpp. r=tcampbell
Comment 5•Last year
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7a0db4fb071c
Status: NEW → RESOLVED
Closed: Last year
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Assignee: nobody → jorendorff
You need to log in
before you can comment on or make changes to this bug.
Description
•