1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:07:45 +00:00

LibWeb: Implement AbortSignal.abort()

This returns an AbortSignal that is already set as aborted.
This commit is contained in:
Tim Ledbetter 2024-02-20 20:51:29 +00:00 committed by Andreas Kling
parent fa95e5ec0e
commit 3b7c252175
5 changed files with 43 additions and 1 deletions

View file

@ -0,0 +1,4 @@
Aborted: true
Reason: "[object DOMException]"
Aborted: true
Reason: "This is a test"