GabLeRoux / webextensions-history-browser

🕘 Browse your firefox history like a boss.
https://addons.mozilla.org/en-US/firefox/addon/webextensions-history-browser/
MIT License
20 stars 1 forks source link

TypeError: Components.classes is undefined in background.js:6:9 #1

Closed GabLeRoux closed 7 years ago

GabLeRoux commented 7 years ago
TypeError: Components.classes is undefined
background.js:6:9

I found this: https://stackoverflow.com/questions/21378058/why-components-classes-is-undefined

GabLeRoux commented 7 years ago

Fixed on master, solution was to use browser.history instead.