Skip to content

Commit

Permalink
Reading unsanitized data from the async clipboard API (#1178)
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Jägenstedt <philip@foolip.org>
  • Loading branch information
captainbrosset and foolip authored Jun 27, 2024
1 parent 36254ff commit d5aa515
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions features/clipboard-unsanitized-formats.yml
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
9 changes: 9 additions & 0 deletions features/clipboard-unsanitized-formats.yml.dist
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"

0 comments on commit d5aa515

Please sign in to comment.