In my use-case I have to handle both regular URLs and data:
URIs. Adding support for data:
protocol would increase compatibility with fetch
(which handles them). You can check node-fetch
implementation (they use data-uri-to-buffer package)
Detect if URI starts with data:
prefix - in that case try to decode it and resolve as decoded string.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too