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
The extension should be compatible with Firefox 52, but the windowId polyfill uses the rest syntax when destructuring a function parameter, which was introduced in Firefox 55.
The extension should be compatible with Firefox 52, but the
windowIdpolyfill uses the rest syntax when destructuring a function parameter, which was introduced in Firefox 55.tab-counter-plus/windowId-polyfill.js
Line 25 in 59e42a7