SilentCicero / ipfs-mini

A super tiny module for querying IPFS that works in the browser and node.
MIT License
152 stars 39 forks source link

Not working in WebWorkers #14

Open 0nlyP2P opened 4 years ago

0nlyP2P commented 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.