All JavaScript native globals are available (Documentation Index
Fetch the complete documentation index at: https://docs.attio.com/llms.txt
Use this file to discover all available pages before exploring further.
Object,
Array,
Promise,
etc.). There are no built-in Node.js modules like
fs,
http.
It’s possible to import npm packages as long as they don’t depend on Node.js Modules and missing
Web Globals.
Shared Globals
The following globals are available on both the server and client side.console.log()console.info()console.warn()console.error()TextEncoderTextDecodersetTimeout()clearTimeout()setInterval()clearInterval()URLURLSearchParams