Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Bun.write()
Response
BunFile
const result = await fetch("https://bun.com"); const path = "./file.txt"; await Bun.write(path, result);