mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:57:44 +00:00
LibWeb: Add the WritableStreamDefaultController
This commit is contained in:
parent
83701ec54b
commit
868cd95069
10 changed files with 393 additions and 5 deletions
|
@ -0,0 +1,7 @@
|
|||
#import <DOM/AbortSignal.idl>
|
||||
|
||||
[Exposed=*]
|
||||
interface WritableStreamDefaultController {
|
||||
readonly attribute AbortSignal signal;
|
||||
undefined error(optional any e);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue