-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support WebSocket in HAR #113
Comments
Hi @germanbisogno thanks for the kind words! Do you have a Chrome trace with a websocket, I can have a look. Thanks |
Or even better a URL with an example, then I can generate the trace myself. |
hi @soulgalore , thanks for the quick response, you can setup a node express and play around ws by yourself, exporting the har file from devtools manually after sending some messages to your local server, for example as this page shows https://medium.com/@PubNub/node-js-websocket-programming-examples-f6b8e15f8f85. Thanks, Germán |
The For a reference implementation: Note: you will need to add the web sockets protocol to the supportedProtocols function. |
Do you have plans to include WebSockets in the result of harFromMessages?
Since chrome 76, it includes WebSocket messages in HAR exports.
Ref: https://developer.chrome.com/blog/new-in-devtools-76#websocket
Thanks,
Awesome project!
Germán
The text was updated successfully, but these errors were encountered: