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

Avoid mutating global fetch #414

Merged
merged 3 commits into from
Feb 2, 2021

Conversation

jeremymeng
Copy link
Member

Porting fix from Azure/azure-sdk-for-js#9880.
Use import node_fetch from "node-fetch" instead of import "node-fetch".

Resolves #383

Porting fix from Azure/azure-sdk-for-js#9880.
Use import node_fetch from "node-fetch" instead of import "node-fetch".

Resolves Azure#383
@jeremymeng jeremymeng merged commit 4debbc0 into Azure:master Feb 2, 2021
@jeremymeng jeremymeng deleted the global-fetch-port-pr9880 branch February 2, 2021 20:05
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

Successfully merging this pull request may close these issues.

Stop polluting the global namespace with fetch
2 participants