wilddragon-site/node_modules/next/dist/esm/build/polyfills/fetch/whatwg-fetch.js

6 lines
186 B
JavaScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
/* globals self */ exports.Headers = self.Headers;
exports.Request = self.Request;
exports.Response = self.Response;
exports.fetch = self.fetch;
//# sourceMappingURL=whatwg-fetch.js.map