mirror of
https://github.com/denoland/deno.git
synced 2025-03-11 22:59:41 -04:00
2 lines
98 B
TypeScript
2 lines
98 B
TypeScript
const fetch2 = globalThis["fetch"];
|
|
await fetch2.call(globalThis, "https://www.example.com", {});
|