So I’m trying to get my addon Tab Kraken ready for Android. It’s a simple add on that helps you look at statistics for your open tabs and identify duplicate tabs, for people like me who have a problem with collecting tabs.
The web extensions API call I use is simply browser.tabs.query({})
, but unlike on Firefox for desktop it’s not returning unloaded tabs in the list. Just trying to sanity check if this is intended behaviour or a bug in the android implementation of the API.