eoger / tabcenter-redux

Vertical Tabs extension for Firefox
Mozilla Public License 2.0
381 stars 67 forks source link

Capture tabs thumbnails with tabs.captureTab() #299

Closed eoger closed 6 years ago

eoger commented 6 years ago

This has been implemented in bug 1427463.

We can then replace the call to captureVisibleTab here: https://github.com/eoger/tabcenter-redux/blob/53c279f3cafb889b11f410d4522a9808d58f1e4e/src/tablist.js#L718

And potentially call that new API in other circumstances now.