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
|
|
@ -578,14 +578,14 @@ WINDOW_EVENT(popstate,
|
|||
ePopState,
|
||||
EventNameType_XUL | EventNameType_HTMLBodyOrFramesetOnly,
|
||||
eBasicEventClass)
|
||||
// Not supported yet
|
||||
// WINDOW_EVENT(redo)
|
||||
WINDOW_EVENT(rejectionhandled, eRejectionHandled,
|
||||
EventNameType_HTMLBodyOrFramesetOnly, eBasicEventClass)
|
||||
WINDOW_EVENT(storage,
|
||||
eStorage,
|
||||
EventNameType_HTMLBodyOrFramesetOnly,
|
||||
eBasicEventClass)
|
||||
// Not supported yet
|
||||
// WINDOW_EVENT(undo)
|
||||
WINDOW_EVENT(unhandledrejection, eUnhandledRejection,
|
||||
EventNameType_HTMLBodyOrFramesetOnly, eBasicEventClass)
|
||||
WINDOW_EVENT(unload,
|
||||
eUnload,
|
||||
(EventNameType_XUL | EventNameType_SVGSVG |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue