()
| 2074 | close(); |
| 2075 | }; |
| 2076 | var waitForUpgrade = function waitForUpgrade() { |
| 2077 | // wait for upgrade to finish since we can't send packets while pausing a transport |
| 2078 | _this6.once("upgrade", cleanupAndClose); |
| 2079 | _this6.once("upgradeError", cleanupAndClose); |
| 2080 | }; |
| 2081 | if ("opening" === this.readyState || "open" === this.readyState) { |
| 2082 | this.readyState = "closing"; |
| 2083 | if (this.writeBuffer.length) { |
no outgoing calls
no test coverage detected
searching dependent graphs…