- added jsdoc on public methods
This commit is contained in:
2024-10-27 15:28:53 +00:00
parent e2e58e100a
commit 830a69e91c
3 changed files with 148 additions and 4 deletions
+1
View File
@@ -27,6 +27,7 @@ export class Wrapper {
this.forceBrowserDevMode_ = !!options.forceBrowserDevMode
}
// checks if event is available (registered) in current environment
protected verifyEvent_(data: string | RPCState): RPCState {
let rpcData =
typeof data === 'string' ? Utils.prepareExecution(data) : data