-
-
Notifications
You must be signed in to change notification settings - Fork 969
Closed
Labels
questionThe issue is a question about GotThe issue is a question about Got
Description
Describe the bug
- Node.js version: 10.2
- OS & version: MacOS
got actually need nodejs >= 10.9, not >= 10
the request function prototype used in GOT was appeared in NodeJS 10.9:
https://github.com/sindresorhus/got/blob/master/source/request-as-event-emitter.ts#L246
https://nodejs.org/docs/latest-v10.x/api/http.html#http_http_request_options_callback
Checklist
- I have read the documentation.
- I have tried my code with the latest version of Node.js and Got.
Metadata
Metadata
Assignees
Labels
questionThe issue is a question about GotThe issue is a question about Got