0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-05 18:37:20 -05:00
deno/tests/specs/check/instability_fetch/main.ts

3 lines
98 B
TypeScript
Raw Normal View History

const fetch2 = globalThis["fetch"];
await fetch2.call(globalThis, "https://www.example.com", {});