faameunier / tk-chrome

Tabby (aka project tabkiller) is a Chrome extension that aims at automatically deleting all your useless tabs.
https://www.tabby.us/
0 stars 0 forks source link

[MessagePassing] Message passing is not done properly #95

Open faameunier opened 4 years ago

faameunier commented 4 years ago

We should be using the bidirectional capability to display the true success/failure info in the front instead of faking it.

As of today, if the action fails, it is unclear if onChanged will be triggered in the browser's memory and if the front will revert back to the correct state.

Not a priority as it apparently never crashed so far.