* Opens the transport.
()
| 88 | * Opens the transport. |
| 89 | */ |
| 90 | public open() { |
| 91 | this.readyState = "opening"; |
| 92 | this.doOpen(); |
| 93 | |
| 94 | return this; |
| 95 | } |
| 96 | |
| 97 | /** |
| 98 | * Closes the transport. |
nothing calls this directly
no test coverage detected
searching dependent graphs…