jed
CDCloudflare Developers
•Created by jed on 1/26/2025 in #general-help
message.reply is not a function
hey there, i'm trying to debug replying from email workers as shown here[1], but in the cloudflare editor i get
Uncaught (in response) TypeError: message.reply is not a function
when i try to reply.. forward
and setReject
are both there though. anyone have any leads on this? thanks in advance.
[1] https://developers.cloudflare.com/email-routing/email-workers/reply-email-workers/2 replies
CDCloudflare Developers
•Created by jed on 2/13/2024 in #workers-help
Do request bodies count against the 128MB of worker memory?
As I understand it, inbound request bodies are buffered before a worker is invoked. The worker can consume the body as a stream, but the data itself is buffered before then. Is this interpretation correct? And if so, does the data for request bodies count against the 128MB of worker memory?
4 replies