Closed
Bug 1325484
Opened 8 years ago
Closed 8 years ago
Consider support for discard tab in WebExtensions.
Categories
(WebExtensions :: Compatibility, defect)
WebExtensions
Compatibility
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1322485
People
(Reporter: jkt, Unassigned)
Details
Chrome since 54 now supports tabs.discard() and the ability to find them.
tab.discarded
tab.autoDiscardable
https://developer.chrome.com/extensions/tabs#property-Tab-discarded
The properties are also available in:
chrome.tabs.onUpdated.addListener()
chrome.tabs.query()
chrome.tabs.update()
chrome.tabs.discard()
https://developer.chrome.com/extensions/tabs#method-discard
This would be great for the test pilot extension that we are working on for containers where we are hiding tabs, obviously we have missed that boat but it gives you an example of the usecase.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•