You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a self-contained library, doing this can cause havoc on other users. Lots of dual browser and node libraries check the global namespace for fetch before defaulting to requiring.
This code is essentially forcing its own flavor of node-fetch onto everything else that follows that same practice.
It shouldn't be necessary to pollute the global namespace like this.
The text was updated successfully, but these errors were encountered:
ms-rest-js/lib/nodeFetchHttpClient.ts
Line 18 in 6244e91
As a self-contained library, doing this can cause havoc on other users. Lots of dual browser and node libraries check the global namespace for fetch before defaulting to requiring.
This code is essentially forcing its own flavor of node-fetch onto everything else that follows that same practice.
It shouldn't be necessary to pollute the global namespace like this.
The text was updated successfully, but these errors were encountered: