mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Bug 1632717
This commit is contained in:
parent
fcb2242703
commit
0ae2d2fb2e
4 changed files with 24 additions and 7 deletions
|
|
@ -45,6 +45,10 @@ void
|
|||
CopyArrayBufferViewOrArrayBufferData(const dom::ArrayBufferViewOrArrayBuffer& aBufferOrView,
|
||||
nsTArray<uint8_t>& aOutData);
|
||||
|
||||
// Overload for ArrayBuffer
|
||||
void CopyArrayBufferViewOrArrayBufferData(const dom::ArrayBuffer& aBufferOrView,
|
||||
nsTArray<uint8_t>& aOutData);
|
||||
|
||||
struct ArrayData {
|
||||
explicit ArrayData(const uint8_t* aData, size_t aLength)
|
||||
: mData(aData)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue