mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:47:34 +00:00
LibWeb: Implement ReadableByteStreamController.error()
This commit is contained in:
parent
c9be755367
commit
ed06429d33
3 changed files with 9 additions and 1 deletions
|
@ -6,8 +6,8 @@ interface ReadableByteStreamController {
|
|||
readonly attribute unrestricted double? desiredSize;
|
||||
|
||||
undefined close();
|
||||
undefined error(optional any e);
|
||||
|
||||
// FIXME: Implement
|
||||
// undefined enqueue(ArrayBufferView chunk);
|
||||
// undefined error(optional any e);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue