Shannon Booth
|
c04b14d0cb
|
LibWeb: Use alternative workaround for null strategy algorithm on abort
This unfortunately caused a regression for the included WPT test.
Instead of reordering the spec step, fall back to the default size
strategy of 1.
|
2024-11-13 10:44:22 -05:00 |
|
Shannon Booth
|
45537efcef
|
LibWeb: Enable callbacks for ByteStreamTeeBYOBReadRequest::on_chunk
Fixes a crash running the imported WPT test.
|
2024-11-09 08:10:57 -05:00 |
|
Shannon Booth
|
d31014d135
|
LibWeb: Reorder step to get chunk size after checking for aborted stream
This fixes a crash seen on:
http://wpt.live/streams/writable-streams/aborting.any.html
I believe this is a spec bug, which has been reported to the Streams
spec.
|
2024-11-09 08:09:54 -05:00 |
|
Shannon Booth
|
1dc1bebd2a
|
LibWeb: Push a temporary execution context for setTimeout
This fixes a crash seen running stream tests.
|
2024-11-01 13:12:01 -04:00 |
|