Skip to content

Commit e6da3d3

Browse files
Chrome 144 supports clipboardchange event (#28977)
* Chrome 144 supports clipboardchange event * Update api/Clipboard.json Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com> --------- Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
1 parent ae33bb9 commit e6da3d3

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

api/Clipboard.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,43 @@
3434
"deprecated": false
3535
}
3636
},
37+
"clipboardchange_event": {
38+
"__compat": {
39+
"description": "`clipboardchange` event",
40+
"spec_url": "https://w3c.github.io/clipboard-apis/#eventdef-globaleventhandlers-clipboardchange",
41+
"tags": [
42+
"web-features:clipboardchange"
43+
],
44+
"support": {
45+
"chrome": {
46+
"version_added": "144"
47+
},
48+
"chrome_android": "mirror",
49+
"edge": "mirror",
50+
"firefox": {
51+
"version_added": false
52+
},
53+
"firefox_android": "mirror",
54+
"oculus": "mirror",
55+
"opera": "mirror",
56+
"opera_android": "mirror",
57+
"safari": {
58+
"version_added": false
59+
},
60+
"safari_ios": "mirror",
61+
"samsunginternet_android": "mirror",
62+
"webview_android": {
63+
"version_added": false
64+
},
65+
"webview_ios": "mirror"
66+
},
67+
"status": {
68+
"experimental": true,
69+
"standard_track": true,
70+
"deprecated": false
71+
}
72+
}
73+
},
3774
"read": {
3875
"__compat": {
3976
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Clipboard/read",

0 commit comments

Comments
 (0)