Skip to content

Commit

Permalink
Drop window.restore (unspecified & unimplemented) (#6987)
Browse files Browse the repository at this point in the history
This change drops the window.restore() method. The method isn’t
implemented in any browser engines, and isn’t part of any specification.
  • Loading branch information
sideshowbarker authored Oct 26, 2020
1 parent 0eaf75b commit 4a9c981
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions api/Window.json
Original file line number Diff line number Diff line change
Expand Up @@ -7525,54 +7525,6 @@
}
}
},
"restore": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Window/restore",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": {
"version_added": false
},
"edge": {
"version_added": false
},
"firefox": {
"version_added": false
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": null
},
"opera": {
"version_added": null
},
"opera_android": {
"version_added": null
},
"safari": {
"version_added": null
},
"safari_ios": {
"version_added": null
},
"samsunginternet_android": {
"version_added": false
},
"webview_android": {
"version_added": false
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"returnValue": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Window/returnValue",
Expand Down

0 comments on commit 4a9c981

Please sign in to comment.