-
Notifications
You must be signed in to change notification settings - Fork 45
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
Iterating over the registry #17
Comments
Yes we will need a way to iterate. It's on my todo list. I'll leave this issue open till it's specified. Thanks! |
👍 |
Solved by #65.
|
Excellent. Your work is appreciated 😄 |
Thanks @caridy ! |
https://whatwg.github.io/loader/#registry-prototype-@@iterator, while Note: since registry is not an iterator, it implements |
In this comment @dherman you mentioned that to share registries between loaders you could simply copy over the entries. I agree that this is a good natural way to share. However to do that you would need to be able to iterate over the entries. What do you think about having the Loader implement
@@iterator
so that this can be done?The text was updated successfully, but these errors were encountered: