Bug 1492884 - Add 'attention' to tabs API for WebExtensions after bug 1396684. r=darktrojan

This commit is contained in:
Neil Rashbrook 2018-09-20 08:44:00 +02:00
Родитель a94ce1ff1d
Коммит be0b582aea
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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;