gRPC-Web Developer Tools

#4 / 4 rate

gRPC-Web Developer Tools

624 users

2023-08-01

SergioTx

txitxo37+chromewebstor...

Extension Information

5 star
83%
4 star
0%
3 star
0%
2 star
0%
1 star
17%

Supported Languages

Permissions

Description

gRPC-Web Developer Tools for debugging application's gRPC-Web network requests.

gRPC-Web Developer Tools is a Chrome DevTools extension for the official gRPC-Web library. It allows you to inspect the gRPC network log in the Chrome Developer Tools, and displayed as the deserialized JSON objects, rather than the base64 encoded binary format.

You will get a new tab called gRPC-Web in your Chrome DevTools. This will start recording gRPC client network requests that have been configured (see Usage for details). Features are similar to the default Network tab, but only tracks gRPC requests.

Selecting a network log entry will display the deserialized JSON for the request, response and any error object returned by your gRPC server.

There is some setup needed in the code before using this extension. Take a look at the README: https://github.com/SergioTx/grpc-web-devtools

Fork from: https://chrome.google.com/webstore/detail/grpc-web-developer-tools/kanmilmfkjnoladbbamlclhccicldjaj adding a couple of fixes.