UNPKG

@remix-run/web-fetch

Version:

Web API compatible fetch implementation

5 lines (4 loc) 234 B
// On the web we just export native fetch implementation export { ReadableStream, Blob, FormData, File } from './package.js'; export const { Headers, Request, Response } = globalThis; export default globalThis.fetch.bind(globalThis)