mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:07:44 +00:00
LibWeb: Implement releaseLock interface for ReadableStreamBYOBReader
This commit is contained in:
parent
b06d80e6fd
commit
6e9aeccf90
3 changed files with 14 additions and 1 deletions
|
@ -8,6 +8,6 @@ interface ReadableStreamBYOBReader {
|
|||
|
||||
// FIXME: Implement
|
||||
// Promise<ReadableStreamReadResult> read(ArrayBufferView view);
|
||||
// undefined releaseLock();
|
||||
undefined releaseLock();
|
||||
};
|
||||
ReadableStreamBYOBReader includes ReadableStreamGenericReader;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue