You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
Add automatic configuration for HTTP_PROXY, HTTPS_PROXY, and NO_PROXY similar to the upcoming Node 24+ built-in support. Agents will automatically be created and used when these environment variables are set
Submitted by @kitten (See #8)
Patch Changes
Prevent outright error when --no-experimental-fetch is set, which causes Request, Response, FormData, and Headers to not be available globally
Submitted by @kitten (See #11)
Update rollup config for reduced output and exclude sources from sourcemaps
Submitted by @kitten (See #9)