mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Add withCredentials to Signalr
This commit is contained in:
parent
de75e6420b
commit
b759d12f91
1
signalr/index.d.ts
vendored
1
signalr/index.d.ts
vendored
@ -170,6 +170,7 @@ declare namespace SignalR {
|
||||
waitForPageLoad?: boolean;
|
||||
jsonp?: boolean;
|
||||
pingInterval?: number;
|
||||
withCredentials?: boolean;
|
||||
}
|
||||
|
||||
interface SimplifyLocation {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user