mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 11:17:45 +02:00
Changed the returning type to the type defined in the documentation.
This commit is contained in:
parent
b1e9f6de8c
commit
fd54970bf5
@ -309,7 +309,7 @@ type
|
||||
function slice(aStart,aEnd : NativeInt) : TJSBlob; overload;
|
||||
function slice(aStart,aEnd : NativeInt; AContentType : String) : TJSBlob; overload;
|
||||
function arrayBuffer : TJSPromise;
|
||||
function bytes: TJSPromise;
|
||||
function bytes: TJSUint8Array; async;
|
||||
function stream: TJSReadableStream;
|
||||
function text: TJSPromise;
|
||||
property size : NativeInt read FSize;
|
||||
|
Loading…
Reference in New Issue
Block a user