{"library":"fetch-jsonp-polyfill","type":"library","category":null,"description":"A polyfill that adds JSONP support to the Fetch API by allowing method: 'JSONP' in fetch options. Current stable version is 1.1.5 (not updated since 2016). It wraps existing fetch polyfills like github/fetch, isomorphic-fetch, or node-fetch and must be imported after them. Unlike alternatives, it does not expose a separate JSONP function but monkey-patches the global fetch to transparently handle JSONP requests when the method is set to 'JSONP'. Supports common JSONP options: timeout, callback query parameter name, and callback function name.","language":"javascript","status":"deprecated","version":"1.1.5","tags":["javascript","fetch","jsonp"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install fetch-jsonp-polyfill","imports":["import 'fetch-jsonp-polyfill'","require('fetch-jsonp-polyfill')","import 'isomorphic-fetch'; import 'fetch-jsonp-polyfill'"]},{"cmd":"yarn add fetch-jsonp-polyfill","imports":[]},{"cmd":"pnpm add fetch-jsonp-polyfill","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"fetch-jsonp-polyfill","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}