Closed CodingDoug closed 1 year ago
CloudFlare requires the use of native fetch (cross-fetch only implements "ponyfill" compatibility mode).
Hmm, this does not seem to work on Node, because the fetch global is not defined.
fetch
CloudFlare requires the use of native fetch (cross-fetch only implements "ponyfill" compatibility mode).