MCPcopy Create free account
hub / github.com/apache/cloudstack / _updateContinuousUpdates

Method _updateContinuousUpdates

systemvm/agent/noVNC/core/rfb.js:3154–3159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3152 }
3153
3154 _updateContinuousUpdates() {
3155 if (!this._enabledContinuousUpdates) { return; }
3156
3157 RFB.messages.enableContinuousUpdates(this._sock, true, 0, 0,
3158 this._fbWidth, this._fbHeight);
3159 }
3160
3161 // Handle resize-messages from the server
3162 _resize(width, height) {

Callers 2

_normalMsgMethod · 0.95
_resizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected