mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 11:32:46 +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);
|
||||
end;
|
||||
|
||||
IJSArrayBufferView = IJSDataView;
|
||||
TJSArrayBufferView = TJSDataView;
|
||||
|
||||
{ IJSJSON }
|
||||
|
||||
IJSJSON = interface(IJSObject)
|
||||
|
Loading…
Reference in New Issue
Block a user