mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
8 lines
424 B
Plaintext
8 lines
424 B
Plaintext
Calling cancel() aborts the ready promise with an error of type AbortError: true
|
|
Calling cancel() aborts the finished promise with an error of type AbortError: true
|
|
Calling cancel() recreates the ready promise: true
|
|
Calling cancel() recreates the finished promise: true
|
|
Calling cancel() resets the start time: true
|
|
Calling cancel() sends a cancel event: true
|
|
Calling cancel() does not send a finish or remove event: true
|