-
Notifications
You must be signed in to change notification settings - Fork 11
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
Methods to handle runtime-created elements #50
Comments
The low level API allows this, but you will have to fetch the data yourself. Example:
|
@hrj Yeah, maybe that would be an answer. but what I want to say is the |
@pjc0247 Sure, but which part is inconvenient? I want to support maximum flexibility with minimum API. Given that the above example is just a couple of lines of code, I think it is a good tradeoff between flexibility and minimalism. |
@hrj Because, I have to fill out the buffer myself and params (x, 0, 0, 0) is not intuitive. You've already implemented everything such as DOM controlling, fetching, initializing( At least, additional Thanks |
I read your docs and assumed that there is no API provided to handle lazy-loaded element.
It would be great to give a chance to handle it like below:
Thanks.
The text was updated successfully, but these errors were encountered: