1
2
3
4
5
6
7
8
9
10
11
12
13
14
import { fetch as fetch_ } from "https://esm.town/v/std/fetch?v=4";
import { fetch } from "https://esm.town/v/vladimyr/fetch";
import { createFetch } from "npm:ofetch";
const ofetch = createFetch({ fetch });
const ip = await ofetch("https://httpbun.com/ip.json");
console.log(ip);
{
console.log();
const ofetch = createFetch({ fetch: fetch_ });
const ip = await ofetch("https://httpbun.com/ip.json");
console.log(ip);
}
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
April 4, 2024