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
{{ message }}
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
Is it possible to get rid of the direct dependency on request? That would help a lot, and my instinct is that whatever we need to do can be done with XMLHttpRequest directly. Maybe the redirect stuff wouldn't be easy though. Not sure!
The text was updated successfully, but these errors were encountered:
I ran
npm install [email protected]
today, and it has a lot of transitive dependencies:Is it possible to get rid of the direct dependency on
request
? That would help a lot, and my instinct is that whatever we need to do can be done withXMLHttpRequest
directly. Maybe the redirect stuff wouldn't be easy though. Not sure!The text was updated successfully, but these errors were encountered: