Any plans for workers to support 3rd party libs?
Any plans for workers to support 3rd party libs?




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?request.signal the complete AbortSignal? I want to react to a request being cancelled request.signal.addEventListener("abort" ()=>{}) , but it wont get triggered? Any clue why?4/5/24, 7:31 PM