1
2
3
4
5
6
7
8
import { parseHTML } from "https://esm.town/v/stevekrouse/parseHTML";
import { fetchText } from "https://esm.town/v/stevekrouse/fetchText";
// this function doesn't work yet, I'm still iterating on it
export function fetchHTML(url: string, options?: any) {
return fetchText(url, options)
.then(parseHTML);
}
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!
October 23, 2023