mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibWeb: Implement ReadableByteStreamController.enqueue
This commit is contained in:
parent
feb7fbb95d
commit
48aa9fbe07
Notes:
sideshowbarker
2024-07-17 05:18:58 +09:00
Author: https://github.com/shannonbooth
Commit: 48aa9fbe07
Pull-request: https://github.com/SerenityOS/serenity/pull/22124
3 changed files with 23 additions and 1 deletions
|
@ -8,5 +8,5 @@ interface ReadableByteStreamController {
|
|||
|
||||
undefined close();
|
||||
undefined error(optional any e);
|
||||
// FIXME: undefined enqueue(ArrayBufferView chunk);
|
||||
undefined enqueue(ArrayBufferView chunk);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue