LoginSignup
1
4

More than 5 years have passed since last update.

ChromeでWebSocketの送受信フレームを見る

Posted at

参考

Chrome developer tools now have the ability to list WebSocket frames and also inspect the data if the frames are not binary.

Process:

  • Launch Chrome Developer tools
  • Load your page and initiate the WebSocket connections
  • Click the Network Tab.
  • Select the WebSocket connection from the list on the left (it will have status of "101 Switching Protocols".
  • Click the Frames sub-tab. Binary frames will show up with a length and time-stamp and indicate whether they are masked. Text frames will show also include the payload content.
1
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
4