mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-31 22:56:04 +00:00
LibWeb/WebIDL: Implement 'write' operation for ArrayBufferView
This commit is contained in:
parent
5d8d5375a0
commit
3d3c1d8bf7
Notes:
github-actions[bot]
2024-12-27 14:57:54 +00:00
Author: https://github.com/shannonbooth
Commit: 3d3c1d8bf7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3014
Reviewed-by: https://github.com/kennethmyhra ✅
2 changed files with 21 additions and 0 deletions
|
@ -69,6 +69,7 @@ public:
|
|||
using BufferableObjectBase::is_typed_array_base;
|
||||
|
||||
u32 byte_offset() const;
|
||||
void write(ReadonlyBytes, u32 starting_offset = 0);
|
||||
};
|
||||
|
||||
// https://webidl.spec.whatwg.org/#BufferSource
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue