Cloudflare Developers

CD

Cloudflare Developers

Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news

Join

I m confused it seems to be possible to

I'm confused, it seems to be possible to either purge by key locally or purge all assets globally. Is it possible to purge by key globally?

Otto's Issue

The worker is now just returning the text "internal"

I dont understand what you are trying to

I dont understand what you are trying to say 🤔 as in you currently dont use workers but you want to switch over to workers without the site going down?

What does Worker is not completely set

What does "Worker is not completely set up" usually mean? It appears that my worker is ready on the dashboard (it looks the same as all my other workers 🤷‍♂️ )
No description

Rust-WASM & Async

Async is supported fine, it's just on the JavaScript runtime

Workers as load balance health probes

Is it possible to use a worker as an intelligent health probe for an origin in load balance setup?

WASM & WASI docs - what would you like to see?

Hi all! We think the WebAssembly ecosystem within Workers can bring some great possibilities but the current documentation about how to leverage it doesn’t do it justice. If there was going to be a documentation section dedicated to building, bundling and utilising WASM/WASI, what are some examples of what you’d like to see?...

gustwindevaluate.ts at develop · gustwi...

what's a worker safe way to evaluate simple expression? I have Function style code at https://github.com/gustwindjs/gustwind/blob/develop/utils/evaluate.ts but it seems to be disallowed for security reasons (totally understandable)

Hey do you have any repo or a

Hey, do you have any repo or a reproduction that you could share?

Workers for Platforms Access

@rita or @alycabral probably ^

Workers Storage Concepts

gonna start a thread for some ideas i had for workers related to storage

Dinnerb0ne Debugging

``` const STREAMING = ""; addEventListener("fetch", event => { event.respondWith(handleRequest(event.request));...