rNeomy / auto-tab-discard

Use native tab discarding method to automatically reduce memory usage of inactive tabs
https://webextension.org/listing/tab-discard.html
Mozilla Public License 2.0
906 stars 79 forks source link

Trash Old Tabs Feature is Not Closing Tabs #267

Open dabat opened 2 years ago

dabat commented 2 years ago

The Trash function is not working. Checking the debug console, the following error is being logged when the trash alarm runs:

Uncaught (in promise) TypeError: Object.entries(...)[Symbol.iterator]().next().value[Symbol.iterator]().next().value is not iterable

moz-extension://0fb12d0d-7d13-1c42-9b4f-54961266c9af/plugins/trash/core.js:82 auto-tab-discard 0.5.0 firefox 96 macos 12.1
rNeomy commented 2 years ago

I am not able to reproduce this. Does it happen on every check?