mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 02:26:10 +00:00
LibWeb: Implement WritableStream.close()
This commit is contained in:
parent
d4e48db1e1
commit
5faa0014f2
Notes:
sideshowbarker
2024-07-17 04:49:48 +09:00
Author: https://github.com/mattco98
Commit: 5faa0014f2
Pull-request: https://github.com/SerenityOS/serenity/pull/18263
Reviewed-by: https://github.com/linusg
5 changed files with 464 additions and 1 deletions
|
@ -7,6 +7,7 @@ interface WritableStream {
|
|||
|
||||
// FIXME:
|
||||
// Promise<undefined> abort(optional any reason);
|
||||
// Promise<undefined> close();
|
||||
// WritableStreamDefaultWriter getWriter();
|
||||
|
||||
Promise<undefined> close();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue