cloudflare / workerd

The JavaScript / Wasm runtime that powers Cloudflare Workers
https://blog.cloudflare.com/workerd-open-source-workers-runtime/
Apache License 2.0
6.32k stars 311 forks source link

🐛 Bug Report — Runtime APIs. reply method of the EmailMessage object does not exist #2992

Open hucsin opened 1 month ago

hucsin commented 1 month ago

When testing the code in the online editor for Email Workers, I encountered an error stating that the reply method of the EmailMessage object does not exist, even though the documentation mentions it should be available. Is this a bug?

image
hucsin commented 3 weeks ago

Could someone help answer this question? @kentonv @edevil

edevil commented 3 weeks ago

Hey @hucsin. Yes, the online editor for workers with email triggers wasn't updated when the reply feature was added.

We also plan to remove this specific editor and have just one generic workers editor, so that's the path forward. Thanks for the report.