()
| 433 | this._renderCallback = e3, this._coreBrowserService = t3, this._refreshCallbacks = []; |
| 434 | } |
| 435 | dispose() { |
| 436 | this._animationFrame && (this._coreBrowserService.window.cancelAnimationFrame(this._animationFrame), this._animationFrame = void 0); |
| 437 | } |
| 438 | addRefreshCallback(e3) { |
| 439 | return this._refreshCallbacks.push(e3), this._animationFrame || (this._animationFrame = this._coreBrowserService.window.requestAnimationFrame((() => this._innerRefresh()))), this._animationFrame; |
| 440 | } |
nothing calls this directly
no test coverage detected