RESOLVED MOVED 142478
[Streams API] ReadableStream should not be collectable when running
https://bugs.webkit.org/show_bug.cgi?id=142478
Summary [Streams API] ReadableStream should not be collectable when running
youenn fablet
Reported 2015-03-09 03:47:33 PDT
ReadableStream should be protected from being collected when doing asynchronous stuff (promise resolution, async pulling, async cancelling).
Attachments
WIP (4.45 KB, patch)
2015-03-09 11:07 PDT, youenn fablet
no flags
youenn fablet
Comment 1 2015-03-09 11:07:01 PDT
youenn fablet
Comment 2 2015-05-22 04:51:08 PDT
Spec changed and implementation as well quite a lot. Latest way of handling promise resolution and (controller, reader, stream) relationship should cover that.
Note You need to log in before you can comment on or make changes to this bug.