Home/Ashcon
Author
AAshcon

Ashcon

6 articles by Ashcon.

Frontend — JavaScript modules are now supported on Cloudflare Workers

JavaScript modules are now supported on Cloudflare Workers

Now you can use JavaScript modules, also known as ECMAScript or “ES” modules, on Cloudflare Workers. This replaces the old “addEventListener” syntax with a new “import” and “export” semantics that makes it really easy to write reusable, modular code.

AAshconAshcon·November 16, 2021Frontend
Systems — Introducing logs from the dashboard for Cloudflare Workers

Introducing logs from the dashboard for Cloudflare Workers

Many developers know the feeling: “It worked in the local testing suite, it worked in our staging environment, but… it’s broken in production?” Testing can reduce mistakes and debugging can help find them, but logs give us the tools to understand and improve what we are creating.

AAshconAshcon·August 24, 2021Systems