mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
add chrome.tabs.TAB_ID_NONE
This commit is contained in:
Vendored
+6
@@ -6563,6 +6563,12 @@ declare namespace chrome.tabs {
|
||||
* @since Chrome 38.
|
||||
*/
|
||||
var onZoomChange: TabZoomChangeEvent;
|
||||
|
||||
/**
|
||||
* An ID which represents the absence of a browser tab.
|
||||
* @since Chrome 46.
|
||||
*/
|
||||
var TAB_ID_NONE: -1;
|
||||
}
|
||||
|
||||
////////////////////
|
||||
|
||||
Reference in New Issue
Block a user