cxw42 / TabFern

Google Chrome extension for saving and restoring sets of tabs, and for switching between windows and tabs from a vertical, grouped list.
https://cxw42.github.io/TabFern/
Other
170 stars 29 forks source link

Don't use errfcb onload since the load might get a truthy event #149

Closed cxw42 closed 6 years ago

cxw42 commented 6 years ago

callbackOnLoad(ASQ().errfcb()) is dodgy since errfcb() might be called with event (truthy) as a first parameter. That would incorrectly cause the sequence to abort.