From 3c9d977a96846f89b098f7fc565cd63032bf3cf0 Mon Sep 17 00:00:00 2001 From: Joe Medley Date: Thu, 30 Apr 2020 09:43:13 -0700 Subject: [PATCH 1/2] Update status of BeforeInstallPromptEvent This is actually not being deprecated. It's simply being moved to a different spec. As soon as it gets written [it will be here](https://github.com/WICG/beforeinstallprompt). --- api/BeforeInstallPromptEvent.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api/BeforeInstallPromptEvent.json b/api/BeforeInstallPromptEvent.json index 01b5c3773f61f0..a7b28c1b576671 100644 --- a/api/BeforeInstallPromptEvent.json +++ b/api/BeforeInstallPromptEvent.json @@ -44,7 +44,7 @@ "status": { "experimental": true, "standard_track": false, - "deprecated": true + "deprecated": false } }, "BeforeInstallPromptEvent": { @@ -92,7 +92,7 @@ "status": { "experimental": true, "standard_track": false, - "deprecated": true + "deprecated": false } } }, @@ -140,7 +140,7 @@ "status": { "experimental": true, "standard_track": false, - "deprecated": true + "deprecated": false } } }, @@ -188,7 +188,7 @@ "status": { "experimental": true, "standard_track": false, - "deprecated": true + "deprecated": false } } }, @@ -236,7 +236,7 @@ "status": { "experimental": true, "standard_track": false, - "deprecated": true + "deprecated": false } } } From ba61de29bac559e55139293579bd8561f1eb2d3e Mon Sep 17 00:00:00 2001 From: Joe Medley Date: Thu, 30 Apr 2020 09:45:47 -0700 Subject: [PATCH 2/2] Update Window.json --- api/Window.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Window.json b/api/Window.json index 507da6840b4cf0..f17b2fa54698f1 100644 --- a/api/Window.json +++ b/api/Window.json @@ -4534,7 +4534,7 @@ "status": { "experimental": false, "standard_track": false, - "deprecated": true + "deprecated": false } } },