Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions features/async-clipboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ description: The `navigator.clipboard` API asynchronously reads and writes to th
spec: https://w3c.github.io/clipboard-apis/#async-clipboard-api
caniuse: async-clipboard
group: clipboard
status:
compute_from: api.Navigator.clipboard
14 changes: 12 additions & 2 deletions features/async-clipboard.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support: {}
baseline: high
baseline_low_date: 2020-03-24
baseline_high_date: 2022-09-24
support:
chrome: "66"
chrome_android: "66"
edge: "79"
firefox: "63"
firefox_android: "63"
safari: "13.1"
safari_ios: "13.4"
compat_features:
# baseline: high
# baseline_low_date: 2017-03-27
Expand Down Expand Up @@ -32,6 +41,7 @@ compat_features:
# safari_ios: "10.3"
- api.ClipboardEvent.ClipboardEvent

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2020-03-24
# baseline_high_date: 2022-09-24
Expand Down