Aug 4, 2025 — Updates to maximum body size limits
3 days ago
Limits no longer apply to the maximum body size in the following cases:
- When
request.text()
,request.json()
, orrequest.arrayBuffer()
is called in theresponseProvider
event handler. - When using
json()
or text() to buffer the entire response for responses from origin to an EdgeWorkers function, usinghttpRequest()
.