mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 17:52:45 +00:00 
			
		
		
		
	|  6b88fc2e05 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.txt | ||
| CountQueuingStrategy-enqueue-desired-size.txt | ||
| QueuingStrategy-high-water-mark.txt | ||
| ReadableByteStream-enqueue-respond.txt | ||
| ReadableStream-autoAllocateChunkSize-constructor.txt | ||
| ReadableStreamBYOBReader-read.txt | ||
| TransformStream-flush-callback.txt | ||
| TransformStream-identity-transform.txt | ||
| TransformStream-readableType-writableType-has-value.txt | ||
| TransformStream-start-callback.txt | ||
| TransformStream-transform-callback.txt | ||