{"library":"unfetch","type":"library","category":null,"description":"A minimal 500-byte fetch polyfill that provides a subset of the standard fetch API. Version 5.0.0 is the current stable release, maintained infrequently as it is feature-complete. Unlike larger alternatives (e.g., whatwg-fetch), unfetch focuses on bare-bones functionality: it only supports text and JSON responses, uses Arrays instead of Iterables, and has no streaming support. It works as both a polyfill (auto-installs on window.fetch) and a ponyfill (importable function). TypeScript types are included. Requires a Promise polyfill for IE11 and below.","language":"javascript","status":"active","version":"5.0.0","tags":["javascript","fetch","polyfill","xhr","ajax","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install unfetch","imports":["import 'unfetch/polyfill'","import fetch from 'unfetch'","const fetch = require('unfetch')"]},{"cmd":"yarn add unfetch","imports":[]},{"cmd":"pnpm add unfetch","imports":[]}],"homepage":"https://github.com/developit/unfetch","github":"https://github.com/developit/unfetch","docs":null,"changelog":null,"pypi":null,"npm":"unfetch","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}