mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:17:44 +00:00
LibWeb: Implement WritableStreamDefaultWriter.releaseLock()
This commit is contained in:
parent
5f4da20a56
commit
6bbd920008
5 changed files with 69 additions and 1 deletions
|
@ -10,8 +10,8 @@ interface WritableStreamDefaultWriter {
|
|||
|
||||
Promise<undefined> abort(optional any reason);
|
||||
Promise<undefined> close();
|
||||
undefined releaseLock();
|
||||
|
||||
// FIXME:
|
||||
// undefined releaseLock();
|
||||
// Promise<undefined> write(optional any chunk);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue