-
Notifications
You must be signed in to change notification settings - Fork 1
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
HTMLElement life-cycle callbacks #121
Comments
This is not as simple as one would think. The types you linked to do not work out of the box, and last time I talked with the team about it, they are not (at least for now) going to do anything about those types, as they concentrate on making a generator to automatically generate types. Typings under |
Speaking of which: Polymer/polymer#4928 |
I am still not sure how they want to generate more complex types like |
#121: HTMLElement life-cycle callbacks
When I try to use the HTMLElement life-cycle callbacks then I got errors by TypeScript:
Polymer repository has a typescript definition, which might help to implement or ask to release that as a separate: https://github.com/Polymer/polymer/blob/typescript/polymer.d.ts
The text was updated successfully, but these errors were encountered: