// In an ES module: // const data = await fetch("/api").then(r => r.json()); console.log("module loaded after data");