ClientMessageBroker

class experimental

npm Package @angular/platform-webworker
Module import { ClientMessageBroker } from '@angular/platform-webworker';
Source platform-webworker/src/web_workers/shared/client_message_broker.ts

Overview

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

Members

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

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