mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
21 lines
731 B
Plaintext
21 lines
731 B
Plaintext
======================================
|
|
CountQueuingStrategy
|
|
======================================
|
|
'{"highWaterMark":2}' => 2
|
|
'{"highWaterMark":-1}' => -1
|
|
'{"badKey":-1}' => Exception raised of TypeError
|
|
'{}' => Exception raised of TypeError
|
|
'"string instead"' => Exception raised of TypeError
|
|
'{"highWaterMark":"wrongType"}' => NaN
|
|
'{"highWaterMark":{}}' => NaN
|
|
======================================
|
|
ByteLengthQueuingStrategy
|
|
======================================
|
|
'{"highWaterMark":2}' => 2
|
|
'{"highWaterMark":-1}' => -1
|
|
'{"badKey":-1}' => Exception raised of TypeError
|
|
'{}' => Exception raised of TypeError
|
|
'"string instead"' => Exception raised of TypeError
|
|
'{"highWaterMark":"wrongType"}' => NaN
|
|
'{"highWaterMark":{}}' => NaN
|