-
Notifications
You must be signed in to change notification settings - Fork 17
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
change strategy to to check for updates without a page reload #3
Conversation
…lling (which is configurable))
Awesome thanks! I'll merge this once the blocking PR is merged too. 👍 |
I'm super stuck on the blocking PR -- so if you want to take a look at it, that'd be a huge help. :) |
the blocking PR is merged, but ember-service-worker hasn't had a new release |
I'm now using this at https://emberclear.io works great! |
Does that mean this is save to merge but not save to publish? |
Hi there - I published ember-service-worker 0.7.1 more than a week ago. I see it listed in the releases, but for some reason not in the commit history (looking into that). You can see it on npm registry as well. https://www.npmjs.com/package/ember-service-worker |
thanks @eshtadc !! |
This adds a dependency on ember-concurrency.
This polling strategy should give a more natural update feel.
Much code taken from: https://medium.com/@jonpitch/adding-a-new-build-notification-to-an-ember-application-c657211289f6
Resolves: #2
Blocked By: DockYard/ember-service-worker#130