Closed Bug 1578994 Opened 4 years ago Closed 4 months ago

Copy WS binary payload to the clipboard

Categories

(DevTools :: Netmonitor, enhancement, P3)

enhancement

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

Depends on: 1572025
Priority: -- → P3

An example:

Binary preview: 00000000: 0109 00f6 ff01 0311 019b ed03 0000 ..............
Base64: AQkA9v8BAxEBm+0DAAA=
Hex: 010900f6ff010311019bed030000

Honza

Severity: normal → S3
Severity: normal → S3
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
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
You need to log in before you can comment on or make changes to this bug.