paper-cups

Home > paper-cups > RpcClient > (constructor)

RpcClient.(constructor)

Constructs a new instance of the RpcClient class

Signature:

constructor(parentOrigin?: string, serialize?: Serialize, deserialize?: Deserialize, logger?: LoggerContract, loggerLocale?: string, shouldDisableLogger?: () => boolean);

Parameters

Parameter Type Description
parentOrigin string  
serialize Serialize  
deserialize Deserialize  
logger LoggerContract  
loggerLocale string  
shouldDisableLogger () => boolean