Closed kettanaito closed 2 months ago
This has been released in v0.35.7!
Make sure to always update to the latest version (npm i @mswjs/interceptors@latest
) to get the newest features and bug fixes.
Predictable release automation by @ossjs/release.
Changes
recordRawHeaders
: properly records raw headers forRequest
that's been used as init for anotherRequest
. Also adds raw headers merging in case either of the requests have any raw headers recorded.