mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Issue #2435 - Add onrejectionhandled and onunhandledrejection EventHandler
Based-on: m-c 1362272
This commit is contained in:
parent
511a9376e3
commit
65d72c5682
6 changed files with 14 additions and 4 deletions
|
|
@ -908,6 +908,7 @@ GK_ATOM(onreadsuccess, "onreadsuccess")
|
|||
GK_ATOM(onready, "onready")
|
||||
GK_ATOM(onreadystatechange, "onreadystatechange")
|
||||
GK_ATOM(onreceived, "onreceived")
|
||||
GK_ATOM(onrejectionhandled, "onrejectionhandled")
|
||||
GK_ATOM(onremoteheld, "onremoteheld")
|
||||
GK_ATOM(onremoteresumed, "onremoteresumed")
|
||||
GK_ATOM(onrequestprogress, "onrequestprogress")
|
||||
|
|
@ -951,6 +952,7 @@ GK_ATOM(ontransitionend, "ontransitionend")
|
|||
GK_ATOM(ontransitionrun, "ontransitionrun")
|
||||
GK_ATOM(ontransitionstart, "ontransitionstart")
|
||||
GK_ATOM(onunderflow, "onunderflow")
|
||||
GK_ATOM(onunhandledrejection, "onunhandledrejection")
|
||||
GK_ATOM(onunload, "onunload")
|
||||
GK_ATOM(onupdatefound, "onupdatefound")
|
||||
GK_ATOM(onupdateready, "onupdateready")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue