mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 16:50:59 +00:00
The JS::Value being passed through is not a bigint, and needs to be converted using ConvertToInt, as per: https://webidl.spec.whatwg.org/#es-unsigned-long-long Furthermore, the IDL definition also specifies that this is associated with the [EnforceRange] extended attribute. This makes it actually possible to pass through an autoAllocateChunkSize to the ReadableStream constructor without it throwing a TypeError. |
||
|---|---|---|
| .. | ||
| ByteLengthQueuingStrategy-enqueue-desired-size.html | ||
| CountQueuingStrategy-enqueue-desired-size.html | ||
| QueuingStrategy-high-water-mark.html | ||
| ReadableByteStream-enqueue-respond.html | ||
| ReadableStream-autoAllocateChunkSize-constructor.html | ||
| ReadableStreamBYOBReader-read.html | ||
| TransformStream-flush-callback.html | ||
| TransformStream-identity-transform.html | ||
| TransformStream-readableType-writableType-has-value.html | ||
| TransformStream-start-callback.html | ||
| TransformStream-transform-callback.html | ||