mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-25 08:06:22 +08:00
Merge pull request #23979 from ernest-galbrun/master
types/chrome: Fix the type of the window object provided by the PanelShownEvent
This commit is contained in:
2
types/chrome/index.d.ts
vendored
2
types/chrome/index.d.ts
vendored
@@ -1740,7 +1740,7 @@ declare namespace chrome.devtools.network {
|
||||
* Availability: Since Chrome 18.
|
||||
*/
|
||||
declare namespace chrome.devtools.panels {
|
||||
export interface PanelShownEvent extends chrome.events.Event<(window: chrome.windows.Window) => void> {}
|
||||
export interface PanelShownEvent extends chrome.events.Event<(window: Window) => void> {}
|
||||
|
||||
export interface PanelHiddenEvent extends chrome.events.Event<() => void> {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user