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

Enable asynchrounous updating #3

Open
pmknutsen opened this issue Mar 5, 2013 · 0 comments
Open

Enable asynchrounous updating #3

pmknutsen opened this issue Mar 5, 2013 · 0 comments

Comments

@pmknutsen
Copy link

When I click the extension icon, there is a delay of about seconds before the drop-down list with stock quotes load. The time it takes seems to scale linearly with the number of stocks listed. I assume therefore that prices are loaded by user input, i.e. when the icon is clicked.

Is it possible to have the extension load prices asynchronously, i.e. without user input at a regular interval, say every 5 or 10 minutes?

Some folks may also prefer realtime prices (when available). Thus, an Update button below the list could also be a good idea.

Some other observations:

  1. If I remove focus from the icon while prices load, the listing sometimes does not appear.
  2. When the list is shown and I remove focus by clicking on a window, it takes 1-2 sec for the list to disappear (it should go away immediately)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant