Bug 1492884 - Add 'attention' to tabs API for WebExtensions after bug 1396684. r=darktrojan
This commit is contained in:
Родитель
a94ce1ff1d
Коммит
be0b582aea
|
@ -629,6 +629,11 @@ class Tab extends TabBase {
|
|||
return windowTracker.getId(this.window);
|
||||
}
|
||||
|
||||
/** Returns the attention state of the tab. */
|
||||
get attention() {
|
||||
return false;
|
||||
}
|
||||
|
||||
/** Returns the article state of the tab. */
|
||||
get isArticle() {
|
||||
return false;
|
||||
|
|
Загрузка…
Ссылка в новой задаче