mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-01 21:20:13 +02:00
* Fix bug 38911, finally
This commit is contained in:
parent
1be0755593
commit
8482033b45
@ -836,7 +836,7 @@ type
|
|||||||
function _then (onAccepted : TJSPromiseResolver) : TJSPromise; external name 'then';
|
function _then (onAccepted : TJSPromiseResolver) : TJSPromise; external name 'then';
|
||||||
function _then (onAccepted,OnRejected: TJSPromiseResolver) : TJSPromise; external name 'then';
|
function _then (onAccepted,OnRejected: TJSPromiseResolver) : TJSPromise; external name 'then';
|
||||||
function catch (onRejected : TJSPromiseResolver) : TJSPromise;
|
function catch (onRejected : TJSPromiseResolver) : TJSPromise;
|
||||||
function _finally(value : TJSPromiseFinallyHandler): TJSPromise;
|
function _finally(value : TJSPromiseFinallyHandler): TJSPromise; external name 'finally';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user