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
HttpInterceptorRequest#clone and HttpInterceptorResponse#clone are available because they inherit the native Request and Response classes. However, clone will not work on those objects and should not be exposed in our public API. To clone the request or response, users can use HttpInterceptorRequest#raw#clone and HttpInterceptorResponse#raw#clone.
The text was updated successfully, but these errors were encountered:
HttpInterceptorRequest#clone
andHttpInterceptorResponse#clone
are available because they inherit the nativeRequest
andResponse
classes. However,clone
will not work on those objects and should not be exposed in our public API. To clone the request or response, users can useHttpInterceptorRequest#raw#clone
andHttpInterceptorResponse#raw#clone
.The text was updated successfully, but these errors were encountered: