mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
[Exposed=(Window,Worker)]
|
|
interface AbortSignal : EventTarget {
|
|
// FIXME: [NewObject] static AbortSignal abort();
|
|
|
|
readonly attribute boolean aborted;
|
|
|
|
attribute EventHandler onabort;
|
|
};
|