作者:携手相约幸福 | 来源:互联网 | 2024-10-10 15:18
Ever since I upgrade from Chrome 58 => 59 on Mac OS El Capitan, when I use Dev Tools Network inspector to view WebSocket frames, the frames no longer are visible. We build an app that makes heavy use of WS, so I rely heavily on this capability.
自从我在Mac OS El Capitan上从Chrome 58 => 59升级后,当我使用Dev Tools网络检查器查看WebSocket框架时,框架不再可见。我们构建了一个大量使用WS的应用程序,所以我非常依赖这个功能。
I thought perhaps it was something maybe we changed in our app -- encoding or protocol that maybe causes it to not show up, so I tried this simple test here: https://websocket.org/echo.html
我想也许这可能是我们在应用程序中改变的 - 编码或协议可能导致它不显示,所以我在这里尝试了这个简单的测试:https://websocket.org/echo.html
- Open DevTools
- 打开DevTools
- Go to https://websocket.org/echo.html
- 转到https://websocket.org/echo.html
- Go to Network tab, filter on WS, go to Frames tab
- 转到“网络”选项卡,在WS上过滤,转到“帧”选项卡
- Click Connect in echo app followed by Send Message
- 单击echo in echo app,然后单击Send Message
This results in no frames showing up in DevTools, but the socket messages work fine with the app. I've asked a few other people and some of them do not have this problem.
这导致DevTools中没有显示任何框架,但套接字消息与应用程序一起正常工作。我问过其他几个人,其中一些人没有这个问题。
I'm wondering if I either have an extension that is causing this issue, or if I have some other arcane setting that might be blocking the frames from displaying?
我想知道我是否有一个导致此问题的扩展,或者我是否有其他可能阻止帧显示的神秘设置?
2 个解决方案