mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
Issue #1283 - Implement Promise.prototype.finally()
This resolves #1283.
This commit is contained in:
parent
03da6250e7
commit
ff54e6899f
5 changed files with 105 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=933681
|
|||
"$`", "$'", Symbol.species])
|
||||
|
||||
gPrototypeProperties['Promise'] =
|
||||
["constructor", "catch", "then", Symbol.toStringTag];
|
||||
["constructor", "catch", "then", "finally", Symbol.toStringTag];
|
||||
gConstructorProperties['Promise'] =
|
||||
constructorProps(["resolve", "reject", "all", "race", Symbol.species]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue