Closed
Bug 1504466
Opened 6 years ago
Closed 3 years ago
Make ReadableStream controller .desiredSize getters non-generic
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
INVALID
People
(Reporter: jorendorff, Unassigned)
References
(Blocks 1 open bug)
Details
A minuscule deviation from the standard: We implement desiredSize getters in [3.8.4.1] and [3.10.4.2] with the same code, but they are non-generic algorithms; each is required to throw if it receives the other type of this-value.
[3.8.4.1]: https://streams.spec.whatwg.org/#rs-default-controller-desired-size
[3.10.4.2]: https://streams.spec.whatwg.org/#rbs-controller-desired-size
Comment 1•3 years ago
|
||
Fixed in the DOM/WebIDL implementation.
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
•