mirror of
https://github.com/denoland/deno.git
synced 2025-09-23 02:42:34 +00:00
2 lines
98 B
TypeScript
2 lines
98 B
TypeScript
const fetch2 = globalThis["fetch"];
|
|
await fetch2.call(globalThis, "https://www.example.com", {});
|