-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reading unsanitized data from the async clipboard API (#1178)
Co-authored-by: Philip Jägenstedt <philip@foolip.org>
- Loading branch information
1 parent
36254ff
commit d5aa515
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: Read unsanitized clipboard data | ||
description: The optional `formats.unsanitized` parameter of the `navigator.clipboard.read()` method reads unsanitized data from the system clipboard. | ||
spec: https://w3c.github.io/clipboard-apis/#dom-clipboardunsanitizedformats-unsanitized | ||
group: clipboard | ||
compat_features: | ||
- api.Clipboard.read.formats_unsanitized_parameter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Generated from: clipboard-unsanitized-formats.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
status: | ||
baseline: false | ||
support: | ||
chrome: "122" | ||
chrome_android: "122" | ||
edge: "122" |