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