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