You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
The spec does not specify whether a "terminate" event will be fired when a paused application transitions to a terminate state.
Is it means that when an app is paused, UA should not resume it to handle the "terminate" event? What about there's another application hold that application's Application object and registered the onterminate() event handler? I think that Application object should get a "terminate" event.