Chromium Code Reviews
DescriptionWritableStream: minor bug fixes
* Constructing a WritableStream with a highWaterMark of NaN resulting in
a TypeError. It should have been a RangeError. Fixed.
* Constructing a WritableStreamDefaultController should fail if the
WritableStream already had a controller. It did not. Fixed.
BUG=658144
Committed: https://crrev.com/aff3d02ed430c9039ec2cc8b4f36f28687e2d6ce
Cr-Commit-Position: refs/heads/master@{#432131}
Patch Set 1 #Patch Set 2 : Combine conditions for invalid HWM exception #Messages
Total messages: 16 (7 generated)
|