mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
web - refactor lifecycle service to always go through before, will, did shutdown phases
This commit is contained in:
@@ -846,6 +846,8 @@ export const EventType = {
|
||||
LOAD: 'load',
|
||||
BEFORE_UNLOAD: 'beforeunload',
|
||||
UNLOAD: 'unload',
|
||||
PAGE_SHOW: 'pageshow',
|
||||
PAGE_HIDE: 'pagehide',
|
||||
ABORT: 'abort',
|
||||
ERROR: 'error',
|
||||
RESIZE: 'resize',
|
||||
|
||||
Reference in New Issue
Block a user