mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:47:45 +00:00
LibWeb: Implement TransformStreamDefaultController::terminate()
This commit is contained in:
parent
e1740938fc
commit
4d4fc53f5c
3 changed files with 11 additions and 1 deletions
|
@ -5,5 +5,5 @@ interface TransformStreamDefaultController {
|
|||
|
||||
undefined enqueue(optional any chunk);
|
||||
undefined error(optional any reason);
|
||||
// FIXME: undefined terminate();
|
||||
undefined terminate();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue