Closed
Bug 1619485
Opened 5 years ago
Closed 5 years ago
new ReadableStream().getReader({ mode: "byob" }) should throw TypeError
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: Waldo, Assigned: Waldo)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Pointed out by evilpie recently, dumb bug with a simple fix, I'm fixing it now so I don't have to remember that it was pointed out, nor file a silly bug to lie dormant for indefinite time.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Blocks: streams-meta
Pushed by jwalden@mit.edu:
https://hg.mozilla.org/integration/autoland/rev/f2c5574729dc
Make |new ReadableStream().getReader({ mode: "byob" })| throw a TypeError to placate certain wpt tests, even if we don't implement byte streams at all yet. r=evilpie
Assignee | ||
Comment 3•5 years ago
|
||
Pushed by jwalden@mit.edu:
https://hg.mozilla.org/integration/autoland/rev/ab0319ef3268
Followup nonunified build bustage fixes in a CLOSED TREE.
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f2c5574729dc
https://hg.mozilla.org/mozilla-central/rev/ab0319ef3268
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•