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
Uncaught (in promise) TypeError: Error in invocation of browsingData.remove(browsingData.RemovalOptions options, browsingData.DataTypeSet dataToRemove, optional function callback): Error at parameter 'dataToRemove': Unexpected property: 'removeAll'.
at browser-polyfill.min.js:1
at new Promise (<anonymous>)
at Proxy.<anonymous> (browser-polyfill.min.js:1)
at Object.apply (browser-polyfill.min.js:1)
at deleteBrowsingData (back.js:313)
at profileStart (back.js:262)
The text was updated successfully, but these errors were encountered:
Was able to reproduce, after reinstalling the extension. Seems like the issue was because we were not removing removeAll from browsingData object at initialization.
The text was updated successfully, but these errors were encountered: