Chromium Code Reviews
Description[Streams] Remove SetReadableStreamDisturbed from ReadableStream.js
This CL removes SetReadableStreamDisturbed from ReadableStream.js. The
operation is used to mark the stream disturbed while not pulling from
the source, but we can do that without the operation by closing
the stream first and then making a read call.
BUG=596832
Committed: https://crrev.com/4cdc2945869f26e2394e9f05b5564613c53d42d0
Cr-Commit-Position: refs/heads/master@{#390923}
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #Messages
Total messages: 17 (8 generated)
|