Skip to content

Commit

Permalink
Update Chromium versions for Client.postMessage
Browse files Browse the repository at this point in the history
Original source: mdn#1059

No source was given, but it might have been this:
https://storage.googleapis.com/chromium-find-releases-static/f77.html#f777755953e905594276a99cf64fc3848406d5f6

However, that commit was in time for Chrome 36 or 37, well before
Service Workers were first enabled. So match the parent feature.

Part of mdn#7844.
  • Loading branch information
foolip committed May 11, 2022
1 parent f867b63 commit bfe7202
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions api/Client.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@
"spec_url": "https://w3c.github.io/ServiceWorker/#dom-client-postmessage-message-options",
"support": {
"chrome": {
"version_added": "45"
"version_added": "40"
},
"chrome_android": {
"version_added": "45"
"version_added": "40"
},
"edge": {
"version_added": "17"
Expand All @@ -174,10 +174,10 @@
"version_added": false
},
"opera": {
"version_added": "32"
"version_added": "27"
},
"opera_android": {
"version_added": "32"
"version_added": "27"
},
"safari": {
"version_added": "11.1"
Expand All @@ -186,10 +186,10 @@
"version_added": "11.3"
},
"samsunginternet_android": {
"version_added": "5.0"
"version_added": "4.0"
},
"webview_android": {
"version_added": "45"
"version_added": "40"
}
},
"status": {
Expand Down

0 comments on commit bfe7202

Please sign in to comment.