Fetch

The Chemical fetch function operates like the Fetch API but through Wisp.

const response = await chemical.fetch("https://example.com");
const text = await response.text();