mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #1230 from ChaosinaCan/patch-1
Add windowId property to removeInfo object
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