Browser DevTools extension for debugging gRPC-web network requests.
# Installation
After installing this, you need to register the gRPC-web interceptors.
Please refer to this example for the complete details: https://github.com/soc221b/grpc-devtools-example/tree/main
# Features
š Uninterrupted Performance: With gRPC Devtools, enjoy uninterrupted performance, effortlessly managing even the largest of requests, for a truly smooth debugging experience.
š Filtering: Quickly filter out what you don't need. Focus on specific requests effortlessly, and you can even use regex to fine-tune your filtering.
šØ Elegant Layout: gRPC Devtools boasts an elegant layout inspired by Chrome's theme, making debugging a seamless experience.
š Server-side Streaming Support: Whether you're dealing with unary requests or more complex server-side streaming, gRPC Devtools can handle it.
š Night Owl Mode: If you like working late, you'll love this. We've got a dark mode that's easy on the eyes. Debugging won't feel like staring into a flashlight.
# Change Logs
## v1.18.0
- feat: change the minimum height to display the EOF message as wel
- feat: add eof icon
- fix: it should close messages when the focused index is out of range
- fix: it should close the setup dialog when hitting Escape key
- fix: it should disable user select on checkboxes
- fix: it should not allow focusing on the EOF message using the keyboard
## v1.17.9
- fix: it should flush all requests at once when the panel is shown
- fix: it should use Ctrl key instead of Meta key for shortcuts on Windows
- fix: when an empty regex is entered, all requests should always be displayed
## v1.17.5
- fix: unable to retrieve tab id if undock devtools
## v1.17.4
- fix: method name overflow
- fix: deps: update dependency @headlessui/react to v2.1.2
- fix: deps: update dependency change-case to v5
- fix: deps: update dependency immer to v10
- fix: deps: update dependency react-tooltip to v5.27.1
## v1.17.2
- fix: deep clone objects to avoid errors when sending proxied objects via postMessage
## v1.14.0
- feat: clear all stream messages
## v1.13.1
- perf: improve brief preview
## v1.12.0
- feat: support grpc-web-error-details
## v1.10.1
- fix: sometimes it didn't clear request rows after reloading