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

LibWeb: Implement AbortSignal.timeout()

This method returns a signal that will automatically abort after a
given number of milliseconds.
This commit is contained in:
Tim Ledbetter 2024-02-26 17:52:32 +00:00 committed by Tim Flynn
parent 3c288c96e6
commit ae42c6ed80
5 changed files with 48 additions and 1 deletions

View file

@ -0,0 +1,2 @@
Time passed before abort event fired is at least 10 milliseconds: true
Reason type: TimeoutError