UNPKG

fetch-undici

Version:

Isomorphic exports of fetch from window and unduci

17 lines (14 loc) 254 B
const fetch = window.fetch const type = 'browser.mjs' const native = true const Headers = globalThis.Headers const Response = globalThis.Response const Request = globalThis.Request export { fetch, type, Headers, Response, Request, native }