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