mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #8530 from bytenik/patch-4
Exposed json wrapper for customization by user
This commit is contained in:
Vendored
+2
-1
@@ -169,12 +169,13 @@ declare namespace SignalR {
|
||||
protocol: string;
|
||||
host: string;
|
||||
}
|
||||
|
||||
|
||||
interface Connection {
|
||||
clientProtocol: string;
|
||||
ajaxDataType: string;
|
||||
contentType: string;
|
||||
id: string;
|
||||
json: JSON;
|
||||
logging: boolean;
|
||||
url: string;
|
||||
qs: string | Object;
|
||||
|
||||
Reference in New Issue
Block a user