@cloudflare/local-explorer-ui@0.15.0
📦 cloudflare-workersView on GitHub →
✨ 2 features🔧 2 symbols
Summary
Introduced email inspection and testing capabilities to the Local Explorer, allowing developers to view and simulate email interactions with their Workers during local development.
✨ New Features
- Add email inspection and testing to Local Explorer, including Routing and Sending views for inspecting messages received by a Worker's `email()` handler and messages sent through its `send_email` bindings.
- Add a test-email composer that delivers custom text, HTML, headers, and attachments directly to the selected Worker's `email()` handler during local development.