Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Fetch API instead of node's http(s) package #82

Open
tyteen4a03 opened this issue Oct 3, 2023 · 2 comments
Open

Use Fetch API instead of node's http(s) package #82

tyteen4a03 opened this issue Oct 3, 2023 · 2 comments

Comments

@tyteen4a03
Copy link

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.

@UmanShahzad
Copy link
Contributor

Thanks, we could do that. Putting it on the agenda.

@MerouaneBali-OscarsFarm

+1 this. Would love to see it. Pretty good library other than that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants