mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-01-12 22:46:38 +08:00
made tab change attention flag optional (#29523)
This commit is contained in:
2
types/firefox-webext-browser/index.d.ts
vendored
2
types/firefox-webext-browser/index.d.ts
vendored
@@ -6915,7 +6915,7 @@ declare namespace browser.tabs {
|
||||
|
||||
type _TabsOnUpdatedEvent<T = (tabId: number, changeInfo: {
|
||||
/** The tab's new attention state. */
|
||||
attention: boolean;
|
||||
attention?: boolean;
|
||||
/** The tab's new audible state. */
|
||||
audible?: boolean;
|
||||
/** True while the tab is not loaded with content. */
|
||||
|
||||
Reference in New Issue
Block a user