ClientMessageBroker
已弃用: platform-webworker is deprecated in Angular and will be removed in a future version of Angular
interface ClientMessageBroker {
runOnService(args: UiArguments, returnType: Type<any> | SerializerTypes): Promise<any> | null
}
方法
参数
返回值
|