mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 08:47:49 +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;
|
||||
end;
|
||||
|
||||
TJSArrayBuffer = Class external name 'ArrayBuffer'
|
||||
TJSArrayBuffer = Class external name 'ArrayBuffer' (TJSObject)
|
||||
private
|
||||
fLength : NativeInt; external name 'byteLength';
|
||||
public
|
||||
|
Loading…
Reference in New Issue
Block a user