mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Added source in ConnectionError.
This commit is contained in:
Vendored
+1
@@ -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