ClientMessageBroker

From Get docs
< @angular/platform-webworkerAngular/docs/8/api/platform-webworker/clientmessagebroker


ClientMessageBroker

interface deprecated

Deprecated: platform-webworker is deprecated in Angular and will be removed in version 10

interface ClientMessageBroker {
  runOnService(args: UiArguments, returnType: Type<any> | SerializerTypes): Promise<any> | null
}

Methods

runOnService(args: UiArguments, returnType: Type<any> | SerializerTypes): Promise<any> | null

Parameters
args UiArguments
returnType SerializerTypes
Returns

Promise<any> | null



© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v8.angular.io/api/platform-webworker/ClientMessageBroker