From fee6670cd7c0cce7b87b7cb67a0cc1f4a6b5566d Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Fri, 16 Oct 2020 02:21:43 +0900 Subject: [PATCH] Mark navigator.canShare() experimental+nonstandard (#6844) This change marks the navigator.canShare() method as experimental:true and standard_track:false, per https://github.com/w3c/web-share/pull/134 and https://github.com/w3c/web-share/pull/134#issuecomment-703653048 in particular. https://github.com/w3c/web-share/commit/2bbde9c dropped it as a specified feature (along with the entire Web Share Level 2 spec.) --- api/Navigator.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Navigator.json b/api/Navigator.json index 86d3144c97a2a6..680b2d5b8a32d0 100644 --- a/api/Navigator.json +++ b/api/Navigator.json @@ -424,8 +424,8 @@ } }, "status": { - "experimental": false, - "standard_track": true, + "experimental": true, + "standard_track": false, "deprecated": false } }