closure-fetch
JSON →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.
Resources
packageclosure-fetch ↗