You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that none of the open issues match my proposal
I confirm that my proposal is not yet available in the latest version of Zimic (see the documentation and the releases)
Scope
Improves an existing behavior
Compatibility
This is a breaking change
Context
When working with requests in interceptors, we parse them by default to provide a better developer experience, providing the original fetch Request in request.raw. However, only the raw requests are provided to onUnhandledRequest(request) callbacks, causing an inconsistency.
Feature description
We should provide a parsed request to onUnhandledRequest(request), similar to how they are used in interceptors.
The text was updated successfully, but these errors were encountered:
Prerequisites
Scope
Improves an existing behavior
Compatibility
Context
When working with requests in interceptors, we parse them by default to provide a better developer experience, providing the original fetch Request in
request.raw
. However, only the raw requests are provided toonUnhandledRequest(request)
callbacks, causing an inconsistency.Feature description
We should provide a parsed request to
onUnhandledRequest(request)
, similar to how they are used in interceptors.The text was updated successfully, but these errors were encountered: