node
node copied to clipboard
Use Fetch API instead of node's http(s) package
To enable compatibility with non-Node environments (e.g. Cloudflare Workers), it would be nice if this library can switch to using the Fetch API instead of node's http/https packages.
I had a glance at the code and I don't think there's anything within that requires usage of http or https.
Thanks, we could do that. Putting it on the agenda.
+1 this. Would love to see it. Pretty good library other than that.