Add ReadableStreamGetReaderOptions dictionary to Readable Streams
In an effort to change the blink implementation of readable streams to better match the Web IDL descriptions in the Streams API Standard, this CL adds the ReadableStreamGerReaderOptions dictionary [1] to the ReadableStream class. This allows us to remove GetReaderValidateOptions() as well, which makes the code simpler. [1] https://streams.spec.whatwg.org/#dictdef-readablestreamgetreaderoptions Bug: 1093862 Change-Id: I6539e6da1434c2258832e3000b2015818849a0e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517214 Commit-Queue: Nidhi Jaju <nidhijaju@google.com> Reviewed-by:Adam Rice <ricea@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#824333}
Showing
Please register or sign in to comment