Streams: Update queuing strategies to match standard
Update the IDL for ByteLengthQueuingStrategy and CountQueuingStrategy to match the standard. The most noticeable semantic difference is that incorrect calls like `new CountQueuingStrategy(10)`, which previously silently gave you the default highWaterMark, will now throw an exception. Also cache the "size" function on the global object. Add a test that iframes have a different "size" function, since they have a different global object. Change-Id: I9b6763944c0abc278451c28a4fcf615f624e1fdb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2104815Reviewed-by:Victor Costan <pwnall@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#788474}
Showing
Please register or sign in to comment