mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-03 23:42:50 +00:00
Added source in ConnectionError.
This commit is contained in:
parent
d969b903d1
commit
71cd74b4ab
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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user