mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-06 11:47:47 +02:00
* Overloaded form of _then
This commit is contained in:
parent
00baed38ae
commit
f2f782f6cc
@ -724,6 +724,7 @@ type
|
||||
class function resolve(value : JSValue): TJSPromise; overload;
|
||||
class function resolve : TJSPromise; overload;
|
||||
function _then (onAccepted : TJSPromiseResolver) : TJSPromise; external name 'then';
|
||||
function _then (onAccepted,OnRejected: TJSPromiseResolver) : TJSPromise; external name 'then';
|
||||
function catch (onRejected : TJSPromiseResolver) : TJSPromise;
|
||||
function _finally(value : TJSPromiseFinallyHandler): TJSPromise;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user