1

我有一个使用 Angular11 构建的 Ionic5 应用程序,它连接到 gRPC Web 后端。我希望能够调试和解码来自服务器的数据。我在 Chrome 上安装了 SafetyCulture 中的“gRPC Web 开发人员工具”,但调试工具没有显示任何内容。

所以我在

home.page.ts

const enableDevTools = (window as any).__GRPCWEB_DEVTOOLS__ || (() => { });
const client = new APIServiceClient('http://172.11.56.99:7017/proxy/grpc', null, null);
enableDevTools([
    client,
]);

但仍然无法正常工作。不幸的是,文档很少。提前致谢。

4

0 回答 0