You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
Still debugging things on Edge, with fluent-dom,
this.bundles
is empty inLocalization
(fromDomLocalization
).As my
generateBundles
return a simple iterator, not an async iterator, I tried changingCachedAsyncIterable
toCachedSyncIterable
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 ofDomLocalization
&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 :)
The text was updated successfully, but these errors were encountered: