web-monetization-projects icon indicating copy to clipboard operation
web-monetization-projects copied to clipboard

Firefox Android Nightly missing chrome.tabs.highlight api

Open sublimator opened this issue 4 years ago • 1 comments

tabs.update(tabId, {active: true}) seems to work does it require "tabs" permission?

The point is somewhat moot as "tabs" permission is required for querying by url declaratively and imperatively (looping through all queried tabs is impossible due to tab objects having an undefined "url" property). Which tab to update?

Unchecked lastError value: Error: The "tabs" permission is required to use the query API with the "url" or "title" parameters openTab.ts:2

sublimator avatar Oct 13 '20 06:10 sublimator

Related to https://github.com/coilhq/web-monetization-projects/issues/548

sublimator avatar Oct 13 '20 06:10 sublimator