Add Wirepeek to DevTools Extensions > Workflow - #196
Open
SYNCRoSoft wants to merge 1 commit into
Open
SYNCRoSoft wants to merge 1 commit into
SYNCRoSoft wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supersedes #195 - same change, re-submitted so the commit is authored under the email my Google CLA is signed with (the first attempt used my GitHub noreply address, which the CLA bot can't match). I'll close #195.
Adds Wirepeek to DevTools Extensions > Workflow, at the bottom of the section per contributing.md.
Why it belongs here: it's a DevTools panel for traffic the Network tab shows but doesn't decode. WebSocket frames arrive on the wire as
42["event",{...}]- Engine.IO packet type 4 wrapping Socket.IO type 2 - with a bare2heartbeat mixed into application traffic, and binary payloads shown as an opaque blob. Wirepeek resolves the framing into event names and a JSON tree, and unwraps nested base64/gzip, MessagePack, CBOR and Thrift. It hooks WebSocket.prototype in the page's main world at document_start, so it captures the handshake and survives reloads - which the Network tab cannot when DevTools is opened after the connection.Read-only, no account, no backend, one permission (storage). Free.
Disclosure: I'm the author. Published to the Chrome Web Store on 2 July 2026, well past the two-week guideline in contributing.md, and I use it daily on my own real-time work.