made tab change attention flag optional (#29523)

This commit is contained in:
Tim Weißenfels
2018-10-11 19:56:57 +02:00
committed by Andy
parent 4ec0f8dee0
commit e6526ac29b

View File

@@ -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. */