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

CachedAsyncIterable does not work on Edge #5

Open
mathroc opened this issue Jul 25, 2019 · 1 comment
Open

CachedAsyncIterable does not work on Edge #5

mathroc opened this issue Jul 25, 2019 · 1 comment

Comments

@mathroc
Copy link

mathroc commented Jul 25, 2019

Still debugging things on Edge, with fluent-dom, this.bundles is empty in Localization (from DomLocalization).

As my generateBundles return a simple iterator, not an async iterator, I tried changing CachedAsyncIterable to CachedSyncIterable and it worked.

I guess CachedAsyncIterable is supposed to work too as it works in other browsers and I'd like to avoid keeping a copy of DomLocalization & Localization with this patch in my project.

so if anyone knows how to test / debug this on Edge that would be great because I can't figure out where is the problem :)

@mathroc
Copy link
Author

mathroc commented Jul 25, 2019

ps: if I can help by running some code on Edge let me know and I'll do when possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant