Closed
Bug 1746077
Opened 3 years ago
Closed 3 years ago
Reconsider inlining of default algorithm choices in ReadableStreams
Categories
(Core :: DOM: Streams, task, P3)
Core
DOM: Streams
Tracking
()
RESOLVED
DUPLICATE
of bug 1757808
People
(Reporter: mgaudet, Unassigned)
References
(Blocks 1 open bug)
Details
Currently we allow the creation of controllers with nullptr
algorithms.
This is done where the 'default' algorithm applies, as specified in the SetUpReadable.*Controller
calls.
This leads to a slightly peculiar pattern which is a bit fragile, as it requires that we make sure all the default algorithms are the same throughout the spec.
I think it might be nice to clean this away.
Reporter | ||
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
See Also: → 1757808
Reporter | ||
Comment 1•3 years ago
|
||
This was effectively fixed by Bug 1757808
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•