mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:17:45 +00:00
LibWeb: Implement WritableStreamDefaultWriter.abort()
This commit is contained in:
parent
c421b6113c
commit
0c441fa7af
5 changed files with 32 additions and 1 deletions
|
@ -8,8 +8,9 @@ interface WritableStreamDefaultWriter {
|
|||
readonly attribute unrestricted double? desiredSize;
|
||||
readonly attribute Promise<undefined> ready;
|
||||
|
||||
Promise<undefined> abort(optional any reason);
|
||||
|
||||
// FIXME:
|
||||
// Promise<undefined> abort(optional any reason);
|
||||
// Promise<undefined> close();
|
||||
// undefined releaseLock();
|
||||
// Promise<undefined> write(optional any chunk);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue