如何更改 Chrome/Edge 调试器中的二进制消息显示格式?

How can I change the binary message display format in the Chrome/Edge debugger?

在此关于 Chrome 调试器功能 https://developers.google.com/web/updates/2019/03/devtools 的发布公告中,Kayce Basques 写道:

Use the dropdown menu at the bottom of the viewer to convert the message into Base64 or UTF-8. Click Copy to clipboard Copy to clipboard to copy the binary message to your clipboard.

图 8 显示了带有“Hex Viewer”字样的栏:

在 Chrome 版本 88.0.4324.96(正式版)(x86_64)和 Edge 版本 88.0.705.53(正式版)(64 位)中,在 MacOS 上,此栏没有似乎存在:

Chrome:

边缘:

有没有办法在最新的 Chrome/Edge 网络调试器中以 base64 以外的格式查看二进制 websocket 消息,或者此功能是否已完全删除?

我发现了这个 chromium 错误,似乎已在 Chrome 89.0.4348.0.

中修复

https://bugs.chromium.org/p/chromium/issues/detail?id=1151164#c7

这在

中也有回答