Skip to content

Commit

Permalink
FF125 Clipboard.readText supported (#23075)
Browse files Browse the repository at this point in the history
* FF125 Clipboard.readText supported

* Apply suggestions from code review

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <vinyldarkscratch@gmail.com>

---------

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <vinyldarkscratch@gmail.com>
  • Loading branch information
hamishwillee and queengooborg committed May 16, 2024
1 parent 2a83038 commit fc39e97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/Clipboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "preview",
"version_added": "125",
"notes": [
"From version 122 The paste-prompt on clipboard read is suppressed if the clipboard contains same-origin content",
"From version 122, Web extensions require the <code>clipboardRead</code> permission in manifest to read data. With permission the extension does not require transient activation or paste prompt",
"The paste-prompt on clipboard read is suppressed if the clipboard contains same-origin content.",
"Web extensions require the <code>clipboardRead</code> permission in manifest to read data. With this permission, the extension does not require transient activation or paste prompt.",
"Requires transient activation."
]
},
Expand Down

0 comments on commit fc39e97

Please sign in to comment.