We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873a113 commit 857315cCopy full SHA for 857315c
src/SignalR/clients/ts/signalr/src/AccessTokenHttpClient.ts
@@ -4,7 +4,7 @@
4
import { HeaderNames } from "./HeaderNames";
5
import { HttpClient, HttpRequest, HttpResponse } from "./HttpClient";
6
7
-// Internal helpers (not exported) for narrowing and status normalization
+// Internal helpers for Error type guarding and status normalization
8
function isError(u: unknown): u is Error {
9
return u instanceof Error;
10
}
0 commit comments