Is your PR related to a specific issue/feature? Please describe and mention issues.
This PR introduces ofetch as actual dependency to prevent type misleading when working with Headers in the interceptors.
However, if object was overwritten during custom interceptor in client's code, we do not expect entries() to be a part of the headers, so object logging will be applied.
Is your PR related to a specific issue/feature? Please describe and mention issues.
This PR introduces
ofetch
as actual dependency to prevent type misleading when working with Headers in the interceptors.However, if object was overwritten during custom interceptor in client's code, we do not expect
entries()
to be a part of the headers, so object logging will be applied.