mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-28 08:24:32 +00:00
Added source in ConnectionError.
This commit is contained in:
1
signalr/signalr.d.ts
vendored
1
signalr/signalr.d.ts
vendored
@@ -180,6 +180,7 @@ declare namespace SignalR {
|
||||
interface ConnectionError extends Error {
|
||||
context: ConnectionErrorContext;
|
||||
transport?: string;
|
||||
source?: string;
|
||||
}
|
||||
|
||||
interface Connection {
|
||||
|
||||
Reference in New Issue
Block a user