npm / minipass-fetch

An implementation of window.fetch in Node.js using Minipass streams
Other
54 stars 11 forks source link

fix: allow family option to pass through #15

Closed nlf closed 3 years ago

nlf commented 3 years ago

node allows a family to be passed to http.request() to specify whether to use ipv4 or ipv6, however we were ignoring it completely. this allows it to pass through correctly.

References

Closes npm/make-fetch-happen#36