Closed
Bug 1578994
Opened 4 years ago
Closed 4 months ago
Copy WS binary payload to the clipboard
Categories
(DevTools :: Netmonitor, enhancement, P3)
DevTools
Netmonitor
Tracking
(firefox118 fixed)
RESOLVED
FIXED
118 Branch
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: Honza, Assigned: krishna.ravi732)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(1 file)
WebSocket Inspector already supports copying text messages via the context menu. The user can right click on a WS frame and pick Copy Message
.
We should introduce new copy actions for binary messages:
- Copy as Base64
- Copy as Hex
- Copy as UTF-8
All these actions should be available as sub-menu items under Copy Message
Honza
Reporter | ||
Updated•4 years ago
|
Reporter | ||
Comment 1•4 years ago
|
||
An example:
Binary preview: 00000000: 0109 00f6 ff01 0311 019b ed03 0000 ..............
Base64: AQkA9v8BAxEBm+0DAAA=
Hex: 010900f6ff010311019bed030000
Honza
Updated•1 year ago
|
Severity: normal → S3
Updated•1 year ago
|
Severity: normal → S3
Assignee | ||
Comment 2•4 months ago
|
||
Updated•4 months ago
|
Assignee: nobody → krishna.ravi732
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/079ad528754c Add Base64 and Hex copy options for WS binary frames r=devtools-reviewers,nchevobbe
Comment 4•4 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox118:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•