mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:27:43 +00:00
LibWeb: Implement TransformStreamDefaultController::enqueue()
This commit is contained in:
parent
e028918a64
commit
4ae82983a4
3 changed files with 11 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
interface TransformStreamDefaultController {
|
||||
readonly attribute unrestricted double? desiredSize;
|
||||
|
||||
// FIXME: undefined enqueue(optional any chunk);
|
||||
undefined enqueue(optional any chunk);
|
||||
undefined error(optional any reason);
|
||||
// FIXME: undefined terminate();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue