mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:37:46 +00:00
LibWeb: Add support for AbortSignal.reason
This commit is contained in:
parent
4dbda2d5b4
commit
64040c136e
6 changed files with 40 additions and 14 deletions
|
@ -4,5 +4,5 @@ interface AbortController {
|
|||
|
||||
[SameObject] readonly attribute AbortSignal signal;
|
||||
|
||||
undefined abort();
|
||||
undefined abort(optional any reason);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue