```ts "18:15:34 [ERROR] Error: Disallowed operation called within global scope. Asynchronous I/O (ex
"18:15:34 [ERROR] Error: Disallowed operation called within global scope. Asynchronous I/O (ex: fetch() or connect()), setting a timeout, and generating random values are not allowed within global scope. To fix this error, perform this operation within a handler. https://developers.cloudflare.com/workers/runtime-apis/handlers/\n at chunks/index_DXfsLD0r.mjs:142:26\n at randomChar (chunks/index_DXfsLD0r.mjs:230:27)\n at encodeRandom (chunks/index_DXfsLD0r.mjs:174:15)\n at ulid (chunks/index_DXfsLD0r.mjs:247:41)\n at chunks/specifications_iCWK4BKj.mjs:1137:29""18:15:34 [ERROR] Error: Disallowed operation called within global scope. Asynchronous I/O (ex: fetch() or connect()), setting a timeout, and generating random values are not allowed within global scope. To fix this error, perform this operation within a handler. https://developers.cloudflare.com/workers/runtime-apis/handlers/\n at chunks/index_DXfsLD0r.mjs:142:26\n at randomChar (chunks/index_DXfsLD0r.mjs:230:27)\n at encodeRandom (chunks/index_DXfsLD0r.mjs:174:15)\n at ulid (chunks/index_DXfsLD0r.mjs:247:41)\n at chunks/specifications_iCWK4BKj.mjs:1137:29"this means?

