Implements

Constructors

Properties

locals: Map<string, any> = ...
proxies: Map<string, any> = ...
rpc: RpcProtocol
toDispose: DisposableCollection = ...

Accessors

Methods

  • Return whether the given property represents a notification. If true, the promise returned from the invocation will resolve immediately to undefined

    A property leads to a notification rather than a method call if its name begins with notify or on.

    Parameters

    • p: PropertyKey

      The property being called on the proxy.

    Returns boolean

    Whether p represents a notification.