svix-fetch (v4.0.0) is a fork of isomorphic-fetch that adds HTTP keep-alive support in Node.js. It is an isomorphic WHATWG Fetch API polyfill for Node.js and browserify. The package is maintained by Svix for internal use and published publicly. It requires explicit installation of the `fetch` polyfill and is only suitable for projects needing the specific keepalive behavior; otherwise, alternatives like isomorphic-fetch or cross-fetch are recommended. Maintenance is minimal.
npm install svix-fetchNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates requiring svix-fetch (polyfills global fetch) and using fetch to make a GET request and process JSON response.
Use `require('svix-fetch')` without assigning to a variable.Install and require a Promise polyfill before requiring svix-fetch.
Add `require('svix-fetch');` at the top of your entry file.Run `npm install svix-fetch`.
No dependency data recorded yet.