A minimal fetch implementation designed for compatibility with Google Closure Compiler. Version 0.4.2 provides a subset of the Fetch API specifically for sending ArrayBuffer and plain strings, with response support limited to array buffers. It is intended for use in Closure Compiler-compiled projects where a lightweight, limited fetch wrapper is needed. The library has no active maintenance or release cadence, and lacks full Fetch API coverage (e.g., no JSON, text, or blob responses). Not recommended for general use; consider using the native Fetch API or a polyfill like unfetch or node-fetch for broader compatibility.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
The library exports a named `fetch` function, not a default export.
CommonJS require must destructure the named export.
Request is also exported for use with Closure Compiler.
Shows basic usage of fetch to retrieve a binary file as ArrayBuffer, the only supported response type.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.