proto-fetch
JSON →A protocol handler wrapper for the Fetch API that routes requests based on URL protocol (e.g., file, http, https) to custom fetch implementations. Version 2.0.0 is current; the library is stable with no active development. Unlike a monolithic fetch polyfill, proto-fetch delegates protocol handling to separate fetch modules (like file-fetch or nodeify-fetch), enabling modular and extensible fetching in Node.js and custom runtimes. It does not ship its own fetch implementations and requires an explicit protocol-to-implementation map at construction time.