mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #8839 from GiedriusGrabauskas/patch-7
SignalR Updated: Added source param 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