UNPKG

@remix-run/web-fetch

Version:

Web API compatible fetch implementation

6 lines (4 loc) 267 B
export { default, fetch, Headers, Request, Response } from "./fetch.js"; export { ReadableStream, Blob, FormData, File } from './package.js'; // Node 18+ introduces fetch API globally and it doesn't support our use-cases yet. // For now we always use the polyfill.