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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",
}