-
Notifications
You must be signed in to change notification settings - Fork 157
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
[DEV] 'request' NPM package is deprecated #970
Comments
notes about Electron ‘net’ module support |
Given our minimal usage of request (and request-promise) in readium-desktop and the underlying R2 packages (i.e. HTTP GET POST PUT with follow-redirects, stream support, JSON body, timeout ... and not much else, no complex middleware and proxy-ing capabilities), I think any of the popular alternative libs would do. However, I am particularly impressed by the documentation of ‘got’, notably the migration guide: |
Sounds good ! |
I am re-opening this issue, as the thorium-reader/src/main/services/opds.ts Line 23 in bee2de1
Line 264 in bee2de1
Line 297 in bee2de1
=> thorium-reader/src/main/services/opds.ts Lines 417 to 432 in bee2de1
|
Note that |
request/request#3142
The text was updated successfully, but these errors were encountered: