Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
window -> self #109
window -> self #109
Conversation
Replace `window` with `self` to allow use in Web Workers.
|
Any chance to merge this? We need |
|
This fix was released in 4.2.0. Sorry for the super long wait! |
Replace
windowwithselfto allow use in Web Workers.The main library was already doing this, just not
isomorphic-unfetch.Fixes #104.