machawk1 / warcreate

Chrome extension to "Create WARC files from any webpage"
https://warcreate.com
MIT License
205 stars 13 forks source link

Firefox tabs incompatibilities #102

Open machawk1 opened 6 years ago

machawk1 commented 6 years ago

https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/tabs/getSelected

refparo commented 3 years ago

There is a new method to get this on the MDN page:

This method has been deprecated. Use tabs.query({active: true}) instead.

machawk1 commented 3 years ago

Thank you for the heads-up, @refparo.