Files
browser/src
Karl Seguin cd33e9ad0e Implement Network.getResponseBody
Add response_data event, CDP now captures the full body so that it can respond
to the Network.getResponseBody. This isn't memory efficient, but I don't see
another way to do it. At least this way, it's only capturing/storing every
response body when (a) CDP is used and (b) Network.enabled is called. That is,
as opposed to baking this into Http/Client.zig, which would force the memory
consumption for all use-cases.

There's arguably some optimizations we could make for XHR requests, which also
dupe/own the response. As of now, the response is dupe'd separately for CDP
and XHR.
2025-08-21 10:33:53 +08:00
..
2025-08-21 10:33:53 +08:00
2025-08-11 21:37:02 +08:00
2025-08-21 10:33:53 +08:00
2025-08-11 21:37:00 +08:00
2025-02-26 21:00:43 +08:00
2025-05-05 13:29:41 +08:00
2025-08-11 21:37:03 +08:00
2025-08-11 21:37:00 +08:00
2025-04-15 21:16:20 +08:00
2025-08-11 21:37:01 +08:00
2025-08-18 23:05:11 +08:00