Download all captured responses as a zip file.
The zip structure mirrors src/__mocks__/responses/{hostname}/{hash}.json.
List all captured response paths in the console.
Clear all captured responses.
Get the number of captured responses.
Expose console API on window.__responseAggregate when in aggregate mode.
Capture a request/response pair and store it keyed by
{hostname}/{hash}.json. Uses the same serialization as the MSW mock handler expects:{ contentType, content }.