Open 0nlyP2P opened 4 years ago
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.
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.