* Buffer is also descendent of TJSObject

This commit is contained in:
Michael Van Canneyt 2024-06-05 10:56:26 +02:00
parent 154565601d
commit b7553d1abf

View File

@ -497,7 +497,7 @@ type
Property byteLength : NativeInt Read fLength;
end;
TJSBufferSource = class external name 'BufferSource'
TJSBufferSource = class external name 'BufferSource' (TJSObject)
end;
{ TJSTypedArray }