mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibWeb/FileAPI: Implement aborting a FileReader read
This fixes a timeout for the included WPT test.
This commit is contained in:
parent
33e80fbf51
commit
8e410f959c
Notes:
github-actions[bot]
2025-01-30 21:26:29 +00:00
Author: https://github.com/shannonbooth
Commit: 8e410f959c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3144
Reviewed-by: https://github.com/ADKaster ✅
5 changed files with 153 additions and 8 deletions
|
@ -0,0 +1,11 @@
|
|||
Harness status: OK
|
||||
|
||||
Found 6 tests
|
||||
|
||||
6 Pass
|
||||
Pass test FileReader InvalidStateError exception for readAsText
|
||||
Pass test FileReader InvalidStateError exception for readAsDataURL
|
||||
Pass test FileReader InvalidStateError exception for readAsArrayBuffer
|
||||
Pass test FileReader InvalidStateError exception in onloadstart event for readAsArrayBuffer
|
||||
Pass test FileReader no InvalidStateError exception in loadend event handler for readAsArrayBuffer
|
||||
Pass test abort and restart in onloadstart event for readAsText
|
Loading…
Add table
Add a link
Reference in a new issue