()
| 1013 | _proto.doClose = function doClose() { |
| 1014 | var _this4 = this; |
| 1015 | var close = function close() { |
| 1016 | _this4.write([{ |
| 1017 | type: "close" |
| 1018 | }]); |
| 1019 | }; |
| 1020 | if ("open" === this.readyState) { |
| 1021 | close(); |
| 1022 | } else { |
no test coverage detected