mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-21 04:19:09 +02:00
* Remove some fetch duplicate overloads
This commit is contained in:
parent
bbd489c313
commit
4dda20fc64
@ -1619,9 +1619,6 @@ Type
|
|||||||
procedure cancelAnimationFrame(aHandle: Integer);
|
procedure cancelAnimationFrame(aHandle: Integer);
|
||||||
Procedure close;
|
Procedure close;
|
||||||
Function confirm(Const aMsg : String) : boolean;
|
Function confirm(Const aMsg : String) : boolean;
|
||||||
function fetch(resource: String; init: TJSObject): TJSPromise; overload; external name 'fetch';
|
|
||||||
//function fetch(resource: String): TJSPromise; overload; external name 'fetch';
|
|
||||||
function fetch(resource: String): TJSResponse; {$IFNDEF SkipAsync}async;{$ENDIF} overload; external name 'fetch';
|
|
||||||
function fetch(resource: TJSObject; init: TJSObject): TJSPromise; overload; external name 'fetch';
|
function fetch(resource: TJSObject; init: TJSObject): TJSPromise; overload; external name 'fetch';
|
||||||
function fetch(resource: TJSObject): TJSPromise; overload; external name 'fetch';
|
function fetch(resource: TJSObject): TJSPromise; overload; external name 'fetch';
|
||||||
function asyncfetch(resource: String): TJSResponse; {$IFNDEF SkipAsync}async;{$ENDIF} overload; external name 'fetch';
|
function asyncfetch(resource: String): TJSResponse; {$IFNDEF SkipAsync}async;{$ENDIF} overload; external name 'fetch';
|
||||||
|
Loading…
Reference in New Issue
Block a user