mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 00:08:55 +00:00
LibWeb: Implement ReadableStreamBYOBRequest.respond
The parameter in IDL is left as an unsigned long instead of an unsigned long long as the IDL generator does not currently support that.
This commit is contained in:
parent
08be5deb3f
commit
feb7fbb95d
Notes:
sideshowbarker
2024-07-16 21:30:46 +09:00
Author: https://github.com/shannonbooth
Commit: feb7fbb95d
Pull-request: https://github.com/SerenityOS/serenity/pull/22124
3 changed files with 24 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
interface ReadableStreamBYOBRequest {
|
||||
readonly attribute ArrayBufferView? view;
|
||||
|
||||
// FIXME: undefined respond([EnforceRange] unsigned long long bytesWritten);
|
||||
// FIXME: Should be unsigned long long
|
||||
undefined respond([EnforceRange] unsigned long bytesWritten);
|
||||
// FIXME: undefined respondWithNewView(ArrayBufferView view);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue