From 463176b64e8079295a2cbaf0845a91f70db72f4c Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Tue, 6 Oct 2020 13:12:03 +0900 Subject: [PATCH] Mark navigator.canShare() experimental+nonstandard 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 768f275a37d84d..e16d5b02dea34a 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 } }