mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 11:49:42 +02:00
* Redefine (T|I)JSArrayBufferView
This commit is contained in:
parent
89cd72b71c
commit
0457690a8b
@ -1119,6 +1119,9 @@ type
|
|||||||
procedure setFloat32(byteOffset : Longint; aValue : Single; littleEndian : Boolean);
|
procedure setFloat32(byteOffset : Longint; aValue : Single; littleEndian : Boolean);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
IJSArrayBufferView = IJSDataView;
|
||||||
|
TJSArrayBufferView = TJSDataView;
|
||||||
|
|
||||||
{ IJSJSON }
|
{ IJSJSON }
|
||||||
|
|
||||||
IJSJSON = interface(IJSObject)
|
IJSJSON = interface(IJSObject)
|
||||||
|
Loading…
Reference in New Issue
Block a user