mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 20:42:11 +02:00
LibWeb/FileAPI: Implement aborting a FileReader read
This fixes a timeout for the included WPT test.
This commit is contained in:
committed by
Andrew Kaster
parent
33e80fbf51
commit
8e410f959c
Notes:
github-actions[bot]
2025-01-30 21:26:29 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/8e410f959c0 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3144 Reviewed-by: https://github.com/ADKaster ✅
@@ -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
|
||||
Reference in New Issue
Block a user