This commit is contained in:
Antoni Kepinski 2020-03-13 17:20:08 +01:00 committed by GitHub
parent 0959ca9739
commit fcdf3d13a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ We now use the new Node.js [WHATWG-compliant URL API][whatwg-nodejs-url], so UTF
## Request errors are now piped using `stream.pipeline`
Since the v3.x required at least Node.js 10, we can utilise the new API.
Since the v3.x requires at least Node.js 10, we can utilise the new API.
## Creating Request/Response objects with relative URLs is no longer supported