Merge pull request #8530 from bytenik/patch-4

Exposed json wrapper for customization by user
This commit is contained in:
Masahiro Wakame
2016-03-16 02:09:42 +09:00
+2 -1
View File
@@ -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;