mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
Add windowId property to removeInfo object
The removeInfo object passed to listeners for chrome.tabs.onRemove should have a "windowId" property.
This commit is contained in:
Vendored
+1
@@ -1718,6 +1718,7 @@ declare module chrome.tabs {
|
||||
}
|
||||
|
||||
interface TabRemoveInfo {
|
||||
windowId: number;
|
||||
isWindowClosing: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user