Public
Script
1
2
3
4
5
6
7
import { fetchText } from "https://esm.town/v/stevekrouse/fetchText?v=6";
export async function fetchWebpage(args: { url: string }) {
const { url } = args;
const html = await fetchText(args.url);
return html;
}
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 13, 2024