Skip to content
Merged
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
6 changes: 4 additions & 2 deletions webextensions/api/runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,8 @@
"__compat": {
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "28",
"notes": "This attribute is deprecated and is being removed from Google Chrome, following removal of Google Native Client."
},
"edge": "mirror",
"firefox": {
Expand All @@ -381,7 +382,8 @@
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/runtime/PlatformNaclArch",
"support": {
"chrome": {
"version_added": "≤58"
"version_added": "28",
"notes": "This enum is deprecated and is being removed from Google Chrome, following removal of Google Native Client."
},
"edge": "mirror",
"firefox": {
Expand Down
Loading