问题描述
在此版本公告中,有关Chrome调试器功能的信息
边缘:
有没有办法在最新的Chrome/Edge网络调试器中以base64以外的格式查看二进制websocket消息,或者此功能已被完全删除?
我发现了这个铬漏洞,似乎已在Chrome 89.0.4348.0中修复.
https://bugs.chromium.org/p/chromium/issues/detail?id = 1151164#c7
In this release announcement about the Chrome debugger capabilities https://developers.google.com/web/updates/2019/03/devtools, Kayce Basques writes:
Figure 8 shows a bar with the words "Hex Viewer":
In Chrome Version 88.0.4324.96 (Official Build) (x86_64) and Edge Version 88.0.705.53 (Official build) (64-bit), on MacOS, this bar doesn't seem to exist:
Chrome:
Edge:
Is there a way to view binary websocket messages in a format other than base64 in the latest Chrome/Edge network debuggers, or has this functionality been removed entirely?
I've discovered this chromium bug that appears to be fixed in Chrome 89.0.4348.0.
https://bugs.chromium.org/p/chromium/issues/detail?id=1151164#c7
This is also answered in Chrome DevTools. The encoding switch bar of the websocket frame viewer disappeared
这篇关于如何在Chrome/Edge调试器中更改二进制消息的显示格式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!