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

Allow init() to work with Promises #100

Closed
jahorton opened this issue Jun 20, 2017 · 0 comments
Closed

Allow init() to work with Promises #100

jahorton opened this issue Jun 20, 2017 · 0 comments
Labels
Milestone

Comments

@jahorton
Copy link
Contributor

https://developers.google.com/web/fundamentals/getting-started/primers/promises

We want (and have) a non-blocking init, but there are certain API calls or page code setups that rely upon init() having been called and fail if we don't wait until initialization has already occurred. Promises provide a way to have Javascript reliably execute a block of explicitly post-initialization code and could be used to handle these cases.

@jahorton jahorton added this to the Future milestone Apr 23, 2018
@mcdurdin mcdurdin modified the milestone: Future Jun 29, 2018
@jahorton jahorton added this to the Future milestone Dec 11, 2018
@jahorton jahorton modified the milestones: Future, P4S12 Dec 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants