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

Not working in WebWorkers #14

Open
0nlyP2P opened this issue Apr 3, 2020 · 0 comments
Open

Not working in WebWorkers #14

0nlyP2P opened this issue Apr 3, 2020 · 0 comments

Comments

@0nlyP2P
Copy link

0nlyP2P commented Apr 3, 2020

The current version does not work within a Worker context.

To fix this issue you only have to replace window with self in the src/lib/XMLHttpRequest-browser.js file.

This allows delevopers to take load from the UI thread and enables a smoother user experience.

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