Skip to content

Commit 0532a7c

Browse files
New ClipboardItem.supports feature (#1176)
* New ClipboardItem.supports feature * Re-gen async-clipboard because of the new group * Remove clipboard group parent * Changed description * Changed description * Resolved conflicts
1 parent 9793724 commit 0532a7c

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

features/async-clipboard.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ name: Async clipboard
22
description: The `navigator.clipboard` API asynchronously reads and writes to the system clipboard.
33
spec: https://w3c.github.io/clipboard-apis/#async-clipboard-api
44
caniuse: async-clipboard
5+
group: clipboard

features/clipboard-supports.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: ClipboardItem.supports()
2+
description: The `ClipboardItem.supports()` static method checks if the browser supports writing data types such as "image/svg+xml" or other custom formats to the system clipboard.
3+
spec: https://w3c.github.io/clipboard-apis/#dom-clipboarditem-supports
4+
group: clipboard
5+
compat_features:
6+
- api.ClipboardItem.supports_static
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Generated from: clipboard-supports.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome: "121"
8+
edge: "121"

groups/clipboard.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name: Clipboard

0 commit comments

Comments
 (0)