diff --git a/api/InstallEvent.json b/api/InstallEvent.json index 2bd29d265f29d8..a47baeae7a6b1c 100644 --- a/api/InstallEvent.json +++ b/api/InstallEvent.json @@ -42,6 +42,7 @@ "__compat": { "description": "InstallEvent() constructor", "mdn_url": "https://developer.mozilla.org/docs/Web/API/InstallEvent/InstallEvent", + "spec_url": "https://w3c.github.io/ServiceWorker/#dom-installevent-installevent", "support": { "chrome": { "version_added": "40" @@ -67,9 +68,9 @@ "webview_ios": "mirror" }, "status": { - "experimental": false, - "standard_track": false, - "deprecated": true + "experimental": true, + "standard_track": true, + "deprecated": false } } },