Prompt for reload when new service worker is available (#1588)

This commit is contained in:
Thomas Steiner
2020-05-13 19:19:49 +02:00
committed by GitHub
parent ece631b430
commit ad81033a78
2 changed files with 20 additions and 1 deletions

View File

@ -40,6 +40,7 @@ export enum EVENT {
GESTURE_CHANGE = "gesturechange",
POINTER_MOVE = "pointermove",
POINTER_UP = "pointerup",
STATE_CHANGE = "statechange",
WHEEL = "wheel",
TOUCH_START = "touchstart",
}