Edge Computing with Cloudflare Workers
The road to a more standards-compliant Workers API

The road to a more standards-compliant Workers API

11/14/2022 · James M Snell

What this post added

This post details Cloudflare's participation in the WinterCG and the subsequent improvements made to the Workers runtime to align with the Minimum Common Web Platform API. Specifically, it highlights the enhanced implementations of Event and EventTarget, including support for subclassing, one-time handlers, cancelable handlers via AbortSignal, and event listener objects. It also introduces the implementation of AbortController and AbortSignal for task cancellation, and mentions ongoing work to align with standards for text encoding/decoding, URL parsing, and streams.

Read the original post ↗