Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions api/Clipboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"version_added": "127",
"notes": [
"This method must be called within user gesture event handlers.",
"Web extensions require the `clipboardRead` permission in manifest to read data. With this permission, the extension does not require a user interaction and does not display a paste prompt.",
"A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed."
"A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed.",
"Web extensions with the `clipboardRead` permission in their manifest can read data without the paste prompt displaying. Prior to Firefoix 147, extensions without this oermission were unable to read clipboard data."
]
},
"firefox_android": "mirror",
Expand Down Expand Up @@ -129,8 +129,8 @@
"version_added": "125",
"notes": [
"This method must be called within user gesture event handlers.",
"Web extensions require the `clipboardRead` permission in manifest to read data. With this permission, the extension does not require a user interaction and does not display a paste prompt.",
"A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed."
"A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed.",
"Web extensions with the `clipboardRead` permission in their manifest can read data without the paste prompt displaying. Prior to Firefoix 147, extensions without this oermission were unable to read clipboard data."
]
},
"firefox_android": "mirror",
Expand Down Expand Up @@ -277,8 +277,7 @@
"version_added": "127",
"notes": [
"This method must be called within user gesture event handlers.",
"Web extensions require the `clipboardWrite` permission in manifest to read data. With this permission, the extension does not require a user interaction and does not display a paste prompt.",
"A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed."
"Web extensions with the `clipboardWrite` permission in thier manifest can write data without a user interaction."
]
},
"firefox_android": "mirror",
Expand Down Expand Up @@ -321,8 +320,7 @@
"version_added": "63",
"notes": [
"This method must be called within user gesture event handlers.",
"Web extensions require the `clipboardRead` permission in manifest to read data. With this permission, the extension does not require a user interaction and does not display a paste prompt.",
"A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed."
"Web extensions with the `clipboardWrite` permission in thier manifest can write data without a user interaction."
]
},
"firefox_android": "mirror",
Expand Down