mode_edit codeAPI / @angular/platform-webworkerClientMessageBrokerlinkinterface 试验性的interface ClientMessageBroker { runOnService(args: UiArguments, returnType: Type<any> | SerializerTypes | null): Promise<any> | null }方法linkrunOnService() linkmode_edit coderunOnService(args: UiArguments, returnType: Type<any> | SerializerTypes | null): Promise<any> | null参数argsType: UiArguments.returnTypeType: Type | SerializerTypes | null.返回值Promise<any> | null