CheshireCaat / bas-remote-node

NodeJS library, which allows you to automate Google Chrome browser.
MIT License
28 stars 7 forks source link

Remove request and request-promise-native dependencies #1

Closed bablosoft closed 4 years ago

bablosoft commented 4 years ago

Pros:

1) request is deprecated. 2) HTTP client is used only twice: to download file and to get script properties. 3) request has lots of dependencies.

I think, that it would be sufficient to use build in module https://nodejs.org/api/https.html

CheshireCaat commented 4 years ago

Well, I also thought about it, I will do it soon.