Properties
Protected
allowOrigins
allowOrigins: string = "*"
Protected
callbackFunctions
callbackFunctions: Record<string, Function> = {}
Protected
destroyed
destroyed: boolean = false
Private
handleRequestMessage
handleRequestMessage: Function
Private
handleResponseMessage
handleResponseMessage: Function
Protected
methodClass
methodClass: any
Protected
responseSequenceIds
responseSequenceIds: Record<string, boolean> = {}
Protected
sequenceId
sequenceId: string = ...
Protected
sourceOrigin
sourceOrigin: Window
Protected
targetOrigin
targetOrigin: Window
use to communicate between browser (runtime-connector) and extension (dataverse-kernel)