Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoupdate data presented in popup #17

Open
sean-roberts opened this issue Apr 15, 2015 · 1 comment
Open

Autoupdate data presented in popup #17

sean-roberts opened this issue Apr 15, 2015 · 1 comment

Comments

@sean-roberts
Copy link
Owner

As errors happen, update the ui popup with the new data.

We're already listening for error events on the background script. Pass that data along to the pop up so it can update.

@sean-roberts
Copy link
Owner Author

We can register on opening the tab (this could be how we populate the ui to begin with, just open up a tunnel for data) with a function on the background script that says we are viewing a certain host/tabid and for it to call the registered callback when it encounters errors for that tab. On close of the tab, simply remove the listener.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant