updatefound constant
String
const updatefound
Fires on a ServiceWorkerRegistration when a new (byte-different) worker begins installing — the hook for detecting service worker updates.
Implementation
static const String updatefound = "updatefound";