@kcjpop/x-browser-compat
Version:
A Web Component to display browser compatibility data
1 lines • 1.28 kB
JSON
{"mdn_url":"https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/tabs/discard","source_file":"webextensions/api/tabs.json","support":{"chrome":{"notes":["Only accepts a single tab ID as a parameter, not an array.","The tab ID argument is optional: if it is omitted, the browser discards the least important tab.","The callback is passed a <code>Tab</code> object representing the tab that was discarded.","Tabs whose document contains a <a href='https://developer.mozilla.org/docs/Web/API/BeforeUnloadEvent'><code>beforeunload</code></a> listener that displays a prompt will be discarded."],"version_added":"54"},"edge":{"version_added":"14"},"firefox":{"version_added":"58"},"firefox_android":{"version_added":false},"opera":{"notes":["Only accepts a single tab ID as a parameter, not an array.","The tab ID argument is optional: if it is omitted, the browser discards the least important tab.","The callback is passed a <code>Tab</code> object representing the tab that was discarded.","Tabs whose document contains a <a href='https://developer.mozilla.org/docs/Web/API/BeforeUnloadEvent'><code>beforeunload</code></a> listener that displays a prompt will be discarded."],"version_added":"41"},"safari":{"version_added":false},"safari_ios":{"version_added":false}}}