SafetyCulture / grpc-web-devtools

Chrome & Firefox Browser extension to aid gRPC-Web development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empty screen when the network log is empty

rogchap opened this issue · comments

Similar to the network tab:

image

Learn more should link to the Usage section of the README.md

for Mac, Ctrl for Windows and Linux

navigator.platform.indexOf('Mac') === 0 ? '⌘' : 'Ctrl'