mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 06:29:40 +08:00
Corrected line length
This commit is contained in:
1
types/fm-websync/.gitignore
vendored
Normal file
1
types/fm-websync/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.vscode
|
||||
3
types/fm-websync/index.d.ts
vendored
3
types/fm-websync/index.d.ts
vendored
@@ -490,7 +490,8 @@ declare namespace fm {
|
||||
|
||||
/**
|
||||
* Reconnects after a stream failure using either the most recent connectConfig or the one specified.
|
||||
* This method should only be called from the callback specified by onSreamFailure and only if the args.willReconnect flag is set to false. Otherwise, the client will reconnect automatically.
|
||||
* This method should only be called from the callback specified by onSreamFailure and only if the args.willReconnect flag is set to false.
|
||||
* Otherwise, the client will reconnect automatically.
|
||||
*/
|
||||
reconnect( config?: connectConfig ): client;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user