mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #3206 from matthewoates/master
SockJS can be instantiated with just a URL
This commit is contained in:
Vendored
+1
-1
@@ -36,7 +36,7 @@ interface SockJS extends EventTarget {
|
||||
|
||||
declare var SockJS: {
|
||||
prototype: SockJS;
|
||||
new (url: string, _reserved: any, options?: {
|
||||
new (url: string, _reserved?: any, options?: {
|
||||
debug?: boolean;
|
||||
devel?: boolean;
|
||||
protocols_whitelist?: string[];
|
||||
|
||||
Reference in New Issue
Block a user