-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add support for iterables in dom-repeat #800
Comments
👍 |
Closing this issue due to age and the release of version 1 of Polymer - please feel free to re-open if this is incorrect. |
Re-opening and cleaning up for 1.0 |
Presumably someone using this feature has their own browser support requirements and can live with that or load the needed polyfills themselves. Then dom-repeat could just check if |
In 2.0 still only array is supported! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed after being marked stale. If you're still facing this problem with the above solution, please comment and we'll reopen! |
It might be still early, but I'm really excited about iterators\iterables landing in Chrome 38, that I'd really like to make use of them in my templates. Chrome 39 will come with Generators support which should really allow iterables to be more memory friendly when creating a large generator, and when chaining them inside a filter.
I think it should be implemented in Polymer (or should I say MDV?), but maybe , in the lack of an appropriate polyfill for Symbol.iterator (which should be easily implemented in platform.js if necessary), or for Generators (which may be harder), it should come with a warning for an experimental technology or the likes. This will allow developers who target the Chrome\Firefox platforms, to make use of them right away.
The text was updated successfully, but these errors were encountered: