Node http/https module polyfill
Hi, I am using node-ipinfo package which relies on node's http/https module. It looks like Workers doesn't support those; how do I get them polyfilled or am I SOL?
1 Reply
I don't believe there are any functional
http
or https
polyfills today. You'll probably want to find a package that uses fetch
instead, or just hit the https://ipinfo.io/ API directly using fetch
.