ClientMessageBroker
interface
experimental
npm Package | @angular/platform-webworker |
---|---|
Module | import { ClientMessageBroker } from '@angular/platform-webworker'; |
Source | platform-webworker/src/web_workers/shared/client_message_broker.ts |
Interface Overview
interface 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–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/platform-webworker/ClientMessageBroker