Open
Bug 1751802
Opened 3 years ago
Updated 2 years ago
Replace streamValues() with ReadableStream.values once ReadableStream async iteration is supported.
Categories
(Calendar :: Internal Components, task)
Calendar
Internal Components
Tracking
(Not tracked)
NEW
People
(Reporter: lasana, Unassigned)
References
Details
In bug 1693873 I added a cal.iterate.streamValues()
function to allow ReadableStreams to be iterated in a for await
loop. Part of the specification for streams includes async iteration but is not yet supported in M-C.
Once bug 1734244 is implemented, we should get rid of streamValues()
.
You need to log in
before you can comment on or make changes to this bug.
Description
•