npm / minipass-fetch

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

fix: use URL constructor instead of url.parse() #33

Closed nlf closed 2 years ago

nlf commented 2 years ago

BREAKING CHANGE: this removes the (hopefully) unused feature that arbitrary strings are allowed as URLs in the Request constructor. we now require that URLs are valid and absolute.