Runtime APIs

This page outlines the available Cloudflare Workers runtime APIs which Dart Edge provides. The APIs attempt to match the underlying JavaScript APIs as closely as possible, however provide a "Dartified" API where it makes sense.

Implemented APIs are not guaranteed to be stable and may change in future releases (this is experimental!).

StatusDescription
API is implemented (but not fully tested whilst experimental).
API is partially implemented.
🔴API is not implemented.

APIs#

These are Cloudflare Worker specific APIs, view the Dart Edge API Reference for the full list of APIs available.

APINotesStatusCloudflare API ReferenceAPI Reference
caches.default📖📖
EmailEvent📖
Durable Objects📖
HTMLRewriter📖
KV📖
R2🔴📖
ScheduledEvent📖
Service Bindings📖
WebSockets🔴📖