1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 13:15:06 +00:00
serenity/Tests/LibWeb/Text/input/Streams
Shannon Booth 6b88fc2e05 LibWeb: Properly convert UnderlyingSource's autoAllocateChunkSize to u64
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.
2024-01-02 10:01:26 +01:00
..
ByteLengthQueuingStrategy-enqueue-desired-size.html LibWeb/Tests: Add basic test for ByteLengthQueuingStrategy 2023-06-23 13:27:29 +02:00
CountQueuingStrategy-enqueue-desired-size.html LibWeb/Tests: Add basic test for CountQueuingStrategy 2023-06-23 13:27:29 +02:00
QueuingStrategy-high-water-mark.html LibWeb/Tests: Add basic tests for {ByteLength,Counting}QueuingStrategy 2023-06-21 12:27:04 +02:00
ReadableByteStream-enqueue-respond.html LibWeb/Tests: Add a test to cover byte stream enqueue and respond 2023-12-03 20:26:14 +01:00
ReadableStream-autoAllocateChunkSize-constructor.html LibWeb: Properly convert UnderlyingSource's autoAllocateChunkSize to u64 2024-01-02 10:01:26 +01:00
ReadableStreamBYOBReader-read.html LibWeb: Use ArrayBufferView for ReadableStreamBYOBReader 2023-11-24 08:43:35 +01:00
TransformStream-flush-callback.html Tests/LibWeb: Add TransformStream flush callback test 2023-07-15 11:59:39 +02:00
TransformStream-identity-transform.html Tests/LibWeb: Add TransformStream Identity Transform test 2023-07-15 11:59:39 +02:00
TransformStream-readableType-writableType-has-value.html Tests/LibWeb: Verify setting {readable,writable}Type throws RangeError 2023-07-15 11:59:39 +02:00
TransformStream-start-callback.html Tests/LibWeb: Add TransformStream start callback test 2023-07-15 11:59:39 +02:00
TransformStream-transform-callback.html Tests/LibWeb: Add TransformStream transform callback test 2023-07-15 11:59:39 +02:00