Skip to content

Commit

Permalink
Fix requestBody note for Firefox (mdn#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg authored and teoli2003 committed Apr 26, 2017
1 parent c42ad5d commit 685978e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webextensions/browser-compat-data.json
Expand Up @@ -3735,14 +3735,14 @@
"Firefox": {
"notes": [
"'originUrl' is supported from version 48.",
"'requestBody' is supported from version 50.",
"'requestBody' is supported from version 50, but only in Nightly and Developer Edition builds.",
"Asynchronous event listeners are supported from version 52."
],
"support": "46.0"
},
"Firefox for Android": {
"notes": [
"'requestBody' is supported from version 50.",
"'requestBody' is supported from version 50, but only in Nightly and Developer Edition builds.",
"Asynchronous event listeners are supported from version 52."
],
"support": "48.0"
Expand Down

0 comments on commit 685978e

Please sign in to comment.