()
| 489 | } |
| 490 | |
| 491 | _resumeRenderQ() { |
| 492 | // "this" is the object that is ready, not the |
| 493 | // display object |
| 494 | this.removeEventListener('load', this._noVNCDisplay._resumeRenderQ); |
| 495 | this._noVNCDisplay._scanRenderQ(); |
| 496 | } |
| 497 | |
| 498 | _scanRenderQ() { |
| 499 | let ready = true; |
nothing calls this directly
no test coverage detected