mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
dom: implement signal method on abort controller (#37217)
Part of https://github.com/servo/servo/issues/34866 The "Finish current stub for AbortController" item. Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com>
This commit is contained in:
parent
c28394f476
commit
99add66f8e
2 changed files with 7 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
interface AbortController {
|
||||
constructor();
|
||||
|
||||
//[SameObject] readonly attribute AbortSignal signal;
|
||||
[SameObject] readonly attribute AbortSignal signal;
|
||||
|
||||
undefined abort(optional any reason);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue