mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-06-06 06:39:06 +02:00
* Buffer is also descendent of TJSObject
This commit is contained in:
parent
154565601d
commit
b7553d1abf
@ -497,7 +497,7 @@ type
|
|||||||
Property byteLength : NativeInt Read fLength;
|
Property byteLength : NativeInt Read fLength;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
TJSBufferSource = class external name 'BufferSource'
|
TJSBufferSource = class external name 'BufferSource' (TJSObject)
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TJSTypedArray }
|
{ TJSTypedArray }
|
||||||
|
Loading…
Reference in New Issue
Block a user