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
Here is a PR to solve it: #503 . Please let me know if anything is wrong about it :)
loadFromUrl implementation relies on XHR2, which is only available in the browser. I tried a polyfill, but the available XHR2 polyfill seems to have a bug causing the process to hand for ~120 seconds in some cases.
The PR provides a nodejs implementation to load from a URL.
Expected Behavior
loadFromUrl works in nodejs.
Current Behavior
It fails by default on nodejs (no XHR) and I couldn't find a polyfill working as expected.
Here is a PR to solve it: #503 . Please let me know if anything is wrong about it :)
loadFromUrl implementation relies on XHR2, which is only available in the browser. I tried a polyfill, but the available XHR2 polyfill seems to have a bug causing the process to hand for ~120 seconds in some cases.
The PR provides a nodejs implementation to load from a URL.
Expected Behavior
loadFromUrl works in nodejs.
Current Behavior
It fails by default on nodejs (no XHR) and I couldn't find a polyfill working as expected.
Possible Solution
C.f. PR #503
Steps to Reproduce (for bugs)
Context
C.f. PR for motivations and context.
Your Environment
The text was updated successfully, but these errors were encountered: