npm / minipass-fetch

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

fix: pass search params as part of path string #40

Closed nlf closed 2 years ago

nlf commented 2 years ago

the previous refactor to use the URL constructor omitted the search parameters in the path property. due to missing test coverage, this was not identified. this corrects the problem and adds a test to prevent regression.