npm / minipass-fetch

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

fix: Handle data: URIs more consistently #19

Closed isaacs closed 2 years ago

isaacs commented 2 years ago
  1. No longer requires ;base64 to be included on data: URIs.
  2. Supports immediately aborting data: URIs.

Fix: #18

References