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