web - storage/lifecycle 💄

This commit is contained in:
Benjamin Pasero
2019-08-17 10:17:09 +02:00
parent 70dc55955d
commit 98467c3b7c
6 changed files with 34 additions and 22 deletions

View File

@@ -855,6 +855,7 @@ export const EventType = {
KEY_UP: 'keyup',
// HTML Document
LOAD: 'load',
BEFORE_UNLOAD: 'beforeunload',
UNLOAD: 'unload',
ABORT: 'abort',
ERROR: 'error',