mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-31 11:30:10 +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,OnRejected: TJSPromiseResolver) : TJSPromise; external name 'then';
|
||||
function catch (onRejected : TJSPromiseResolver) : TJSPromise;
|
||||
function _finally(value : TJSPromiseFinallyHandler): TJSPromise;
|
||||
function _finally(value : TJSPromiseFinallyHandler): TJSPromise; external name 'finally';
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user