Node's fetch does not behave like fetch
Node.js does not have a native fetch support. The fetch package does not behave like the common fetch, but the node-fetch package does so.
Node.js does not have a native fetch support. The fetch package does not behave like the common fetch, but the node-fetch package does so.