unjs / unenv

🕊️ Convert javaScript code to be runtime agnostic
MIT License
358 stars 19 forks source link

Implement `node:https` polyfill #92

Closed pi0 closed 9 months ago

pi0 commented 1 year ago

It would be similar to node/http. We might also reuse things like constants.

Currently node:https is mocked and makes issues like #86