Skip to content

Commit

Permalink
Mark navigator.canShare() experimental+nonstandard
Browse files Browse the repository at this point in the history
This change marks the navigator.canShare() method as experimental:true
and standard_track:false, per w3c/web-share#134
and w3c/web-share#134 (comment) in
particular. In w3c/web-share@2bbde9c dropped it
as a specified feature (along with the entire Web Share Level 2 spec.)
  • Loading branch information
sideshowbarker committed Oct 6, 2020
1 parent 90ed610 commit 239dddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/Navigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,8 @@
}
},
"status": {
"experimental": false,
"standard_track": true,
"experimental": true,
"standard_track": false,
"deprecated": false
}
}
Expand Down

0 comments on commit 239dddb

Please sign in to comment.