tshaddix / webext-redux

A set of utilities for building Redux applications in Web Extensions.
MIT License
1.22k stars 180 forks source link

Add a response handler to the store ready messages to read lastError #210

Closed tshaddix closed 5 years ago

tshaddix commented 5 years ago

Fixes #209. When a message is sent to each tab explicitly in the store ready function, it will result in lastError being populated if no content script exists on the tab.

@alexelisenko Do you want to see if this change fixes the error for you?