mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 18:17:45 +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;
|
||||
end;
|
||||
|
||||
TJSBufferSource = class external name 'BufferSource'
|
||||
TJSBufferSource = class external name 'BufferSource' (TJSObject)
|
||||
end;
|
||||
|
||||
{ TJSTypedArray }
|
||||
|
Loading…
Reference in New Issue
Block a user