* Closes the transport.
()
| 98 | * Closes the transport. |
| 99 | */ |
| 100 | public close() { |
| 101 | if (this.readyState === class="st">"opening" || this.readyState === class="st">"open") { |
| 102 | this.doClose(); |
| 103 | this.onClose(); |
| 104 | } |
| 105 | |
| 106 | return this; |
| 107 | } |
| 108 | |
| 109 | /** |
| 110 | * Sends multiple packets. |
no test coverage detected