Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 05:47
Immutable release. Only release title and notes can be modified.
0cc79e9

Changed

  • @studnicky/fetch is now isomorphic: requests run over the runtime's native fetch in both the browser and Node, with the interceptor pipeline, timeout, request builder, and URL utilities working identically in each. The undici connection-pool dispatcher is a Node-only enhancement — disabled by default and selected by export condition; enabling it in a browser throws a clear error. Adds a live in-browser runnable demo and corrects the prior "Node-only" documentation.