-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
Node response patching #266
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for these changes, @pmelab! I've had a few suggestions, do you mind take a look?
@kettanaito Thank you for the review! I did the requested changes, and CI passed. What's open are two |
Thank you for the adjustments! Looks amazing. I share your caution regarding type definition (call signature compatibility). We need to research what are the exact limitations between in-browser |
9b7656d
to
4073791
Compare
Hey. I've updated the feature branch against the latest |
Thank you for improving the library! Welcome to contributors 🎉 |
Changes
node-fetch
to enable response patching in Node.GitHub
Roadmap
window.fetch
andnode-fetch
is compatible. Line out the corner-cases and limitations.node-fetch
doesn't get bundled and executed on the client