Skip to content

Commit fc39e97

Browse files
FF125 Clipboard.readText supported (#23075)
* FF125 Clipboard.readText supported * Apply suggestions from code review Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]> --------- Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>
1 parent 2a83038 commit fc39e97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/Clipboard.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@
132132
"chrome_android": "mirror",
133133
"edge": "mirror",
134134
"firefox": {
135-
"version_added": "preview",
135+
"version_added": "125",
136136
"notes": [
137-
"From version 122 The paste-prompt on clipboard read is suppressed if the clipboard contains same-origin content",
138-
"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",
137+
"The paste-prompt on clipboard read is suppressed if the clipboard contains same-origin content.",
138+
"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.",
139139
"Requires transient activation."
140140
]
141141
},

0 commit comments

Comments
 (0)