I would also like to ask, what other nodejs services does cloudflare have?
I would also like to ask, what other nodejs services does cloudflare have?

caches.default (rather than caches.open) -- however we've been unable to get purging to work sadly.



cache APIAssets in cache are evicted based on access frequency, it's possible they changed some internal cache stuff too and I don't think that would be in the Workers change log at all. As long as they being put in cache and serving HITs (the cache api is actually working), then the rest is up to the cache service

Isolate services from the public Internet. You can deploy a Worker that is not reachable via the public Internet, and can only be reached via an explicit Service binding that another Worker declares.

@wrangler-action how can you specify which environment the secrets get applied to? (For a pages project), does automatically figure it out like it does when deploying?caches.opencompatibility_flags = ["nodejs_compact"]@wrangler-actionTypeError: Cannot read properties of undefined (reading 'fetch')
at handler (index.js:7841:37)
at async handle (index.js:2287:29)
at async Object.handle (index.js:2287:29)
at async jsonError (index.js:7924:12) {
stack: TypeError: Cannot read properties of undefined (re…287:29)
at async jsonError (index.js:7924:12),
message: Cannot read properties of undefined (reading 'fetch')
}