Method
enableBidi
* Enable bidi connection * @returns {!Capabilities}
()
Source from the content-addressed store, hash-verified
| 406 | * @returns {!Capabilities} |
| 407 | */ |
| 408 | enableBidi() { |
| 409 | return this.set('webSocketUrl', true) |
| 410 | } |
| 411 | } |
| 412 | |
| 413 | /** |
Tested by
no test coverage detected