mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 11:17:45 +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 close;
|
||||
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): TJSPromise; 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