mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:57:35 +00:00
parent
64040c136e
commit
1a5bf15b4d
3 changed files with 19 additions and 0 deletions
|
@ -4,6 +4,7 @@ interface AbortSignal : EventTarget {
|
|||
|
||||
readonly attribute boolean aborted;
|
||||
readonly attribute any reason;
|
||||
undefined throwIfAborted();
|
||||
|
||||
attribute EventHandler onabort;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue