mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +00:00
LibWeb: Implement WritableStreamDefaultWriter.close()
This commit is contained in:
parent
0c441fa7af
commit
5f4da20a56
Notes:
sideshowbarker
2024-07-17 04:49:48 +09:00
Author: https://github.com/mattco98
Commit: 5f4da20a56
Pull-request: https://github.com/SerenityOS/serenity/pull/18265
Reviewed-by: https://github.com/linusg ✅
5 changed files with 39 additions and 1 deletions
|
@ -9,9 +9,9 @@ interface WritableStreamDefaultWriter {
|
|||
readonly attribute Promise<undefined> ready;
|
||||
|
||||
Promise<undefined> abort(optional any reason);
|
||||
Promise<undefined> close();
|
||||
|
||||
// FIXME:
|
||||
// Promise<undefined> close();
|
||||
// undefined releaseLock();
|
||||
// Promise<undefined> write(optional any chunk);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue