Skip to content

Commit d5aa515

Browse files
Reading unsanitized data from the async clipboard API (#1178)
Co-authored-by: Philip Jägenstedt <[email protected]>
1 parent 36254ff commit d5aa515

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: Read unsanitized clipboard data
2+
description: The optional `formats.unsanitized` parameter of the `navigator.clipboard.read()` method reads unsanitized data from the system clipboard.
3+
spec: https://w3c.github.io/clipboard-apis/#dom-clipboardunsanitizedformats-unsanitized
4+
group: clipboard
5+
compat_features:
6+
- api.Clipboard.read.formats_unsanitized_parameter
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Generated from: clipboard-unsanitized-formats.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome: "122"
8+
chrome_android: "122"
9+
edge: "122"

0 commit comments

Comments
 (0)