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
Fetch api is only available in Node 18+, but experimentally, and at the time of this writing, it is still experimental in Node 20.
Investigate if the fetch api will be able to do everything Axios does (proxy support etc).
Fetch api is also not yet stable on Node 20, if it is not stabilized we will need to wait until it is.
giggio
changed the title
Investigate remove Axios and use fetch api when Node 16 is out of support
Investigate remove Axios and use fetch api when it becomes stable
May 2, 2023
Fetch api is only available in Node 18+, but experimentally, and at the time of this writing, it is still experimental in Node 20.
Investigate if the fetch api will be able to do everything Axios does (proxy support etc).
Fetch api is also not yet stable on Node 20, if it is not stabilized we will need to wait until it is.
See the https://github.com/giggio/node-chromedriver/tree/fetch_api branch for an update on the
update.js
script (https://github.com/giggio/node-chromedriver/blob/fetch_api/update.js).The text was updated successfully, but these errors were encountered: