mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:47:35 +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
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