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

New fetch #46

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

New fetch #46

wants to merge 6 commits into from

Conversation

KennethTrecy
Copy link

@KennethTrecy KennethTrecy commented Mar 6, 2023

This PR allows the package gramma to be used on environments that use Node.js platform v18. It replaces isomorphic-fetch package to node-fetch package.

In addition, I noticed that pinging the server through http://localhost:8081 fails on Node.js platform v18 and the server refuses to connect. However, if the base URL is http://0.0.0.0:8081, it is able to ping the server. In Node.js platform v16, it does not have problem on using http://localhost:8081.

In my fork, I have created workflows to check the compatibility on different versions to ensure that there are no breaking changes. Yet, those workflows are not included in this PR.

Screenshot of successful workflow in my fork
image

Please let me know if there is something I could improved further. Thank you.

@KennethTrecy KennethTrecy marked this pull request as ready for review March 6, 2023 13:46
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.

1 participant