()
| 194 | } |
| 195 | |
| 196 | terminate() { |
| 197 | debug('terminating worker %s', this._vw_name) |
| 198 | this._vw_outsideListeners.forEach((fn, type) => { |
| 199 | this.removeEventListener(type, fn) |
| 200 | }) |
| 201 | this._vw_insideListeners.forEach((fn, type) => { |
| 202 | this._vw_workerTarget.removeEventListener(type, fn) |
| 203 | }) |
| 204 | } |
| 205 | } |
| 206 | } |
no test coverage detected