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

feat: only use native fetch type and Headers object #104

Closed
wants to merge 1 commit into from

Conversation

hugomrdias
Copy link
Contributor

avoid ts errors when passing fetch implementation and normally we only have Headers object in all the env so no need to deal we other types

Copy link
Collaborator

@Gozala Gozala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @hugomrdias I'm afraid Headers aren't a thing even in node 16 which is current TLS version, which is also why I originally not used them.

Can we address original issue without breaking node 16 support or introducing dependence on an external library ?

@hugomrdias hugomrdias added this to the 0.9 milestone Oct 13, 2022
@Gozala
Copy link
Collaborator

Gozala commented Oct 13, 2022

Problem this was addressing is fixed by #113, we can revisit this after node is 18 TLS and available on AWS

@Gozala Gozala closed this Oct 13, 2022
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

Successfully merging this pull request may close these issues.

2 participants