From f80296e569471d22920de6acf87a18251e578eb2 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Thu, 31 Mar 2022 16:53:00 +0900 Subject: [PATCH] Un-deprecate navigator.platform Given the spec change at https://github.com/whatwg/html/pull/7762 we no longer have justification for marking navigator.platform as deprecated. Related MDN change: https://github.com/mdn/content/pull/14452 --- api/Navigator.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Navigator.json b/api/Navigator.json index 0c646a2d01542a..4560115c970e4e 100644 --- a/api/Navigator.json +++ b/api/Navigator.json @@ -2823,7 +2823,7 @@ "status": { "experimental": false, "standard_track": true, - "deprecated": true + "deprecated": false } } },