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
/** Invoked before request is dispatched on socket. May be invoked multiple times when a request is retried when the request at the head of the pipeline fails. */
234
+
/** @deprecated */
218
235
onConnect?(abort: (err?: Error)=>void): void;
219
236
/** Invoked when an error has occurred. */
237
+
/** @deprecated */
220
238
onError?(err: Error): void;
221
239
/** Invoked when request is upgraded either due to a `Upgrade` header or `CONNECT` method. */
0 commit comments