Skip to content

Commit

Permalink
Use exact version for cloneInto and exportFunction (#24521)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjacobs authored Sep 25, 2024
1 parent 484650a commit e6499d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webextensions/api/contentScriptGlobalScope.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"edge": "mirror",
"firefox": {
"version_added": true
"version_added": "30"
},
"firefox_android": "mirror",
"opera": "mirror",
Expand All @@ -29,7 +29,7 @@
},
"edge": "mirror",
"firefox": {
"version_added": true
"version_added": "30"
},
"firefox_android": "mirror",
"opera": "mirror",
Expand All @@ -49,7 +49,7 @@
},
"edge": "mirror",
"firefox": {
"version_added": true
"version_added": "30"
},
"firefox_android": "mirror",
"opera": "mirror",
Expand Down

0 comments on commit e6499d2

Please sign in to comment.