mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-21 10:09:17 +02:00
* Arraybuffer is a JSObject
This commit is contained in:
parent
68eefbea8e
commit
7a882c55b8
@ -439,7 +439,7 @@ type
|
|||||||
property Elements[Index: NativeInt]: JSValue read GetElements write SetElements; default;
|
property Elements[Index: NativeInt]: JSValue read GetElements write SetElements; default;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
TJSArrayBuffer = Class external name 'ArrayBuffer'
|
TJSArrayBuffer = Class external name 'ArrayBuffer' (TJSObject)
|
||||||
private
|
private
|
||||||
fLength : NativeInt; external name 'byteLength';
|
fLength : NativeInt; external name 'byteLength';
|
||||||
public
|
public
|
||||||
|
Loading…
Reference in New Issue
Block a user