You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Duplicate Tab uses a persistent background page, this will need migrating to a non persistent one. Duplicate Tab has very little state in that background page so this should be straightforward.
Browser action APIs have changed namespace. Since the APIs are the same this should be a trivial update.
This migration is a good opportunity to adopt newer JavaScript language features than ES6: async/await/??/?.
The minimum supported Firefox version will need increasing to whatever version of FF ships MV3 first, regardless of which version this is, it should be more than new enough for adopting modern JavaScript language features.
Session storage comes in at FF 115, this is the absolute minimum to port all functionality without risking stale tab ID bugs
async
/await
/??
/?.
[ ] Revisit [Feature] Duplicate & back? #8 (it may be possible by combiningexecuteScript
withhistory.back()
)The text was updated successfully, but these errors were encountered: