Remove custom RSA-AES event
We shouldn't add extra, undocumented, API just for the tests. They need to figure out less invasive way to probe things.
This commit is contained in:
@@ -1864,7 +1864,6 @@ export default class RFB extends EventTargetMixin {
|
||||
}
|
||||
})
|
||||
.then(() => {
|
||||
this.dispatchEvent(new CustomEvent('securityresult'));
|
||||
this._rfbInitState = "SecurityResult";
|
||||
return true;
|
||||
}).finally(() => {
|
||||
|
||||
Reference in New Issue
Block a user