Open
Bug 1345415
Opened 8 years ago
Updated 2 years ago
Missing feature: copy response body from console on XHR requests
Categories
(DevTools :: Console, enhancement, P5)
Tracking
(Not tracked)
NEW
People
(Reporter: s.costi, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0
Build ID: 20170125094131
Steps to reproduce:
Most of time I use console to debug my web apps and in Firebug was very useful to be able to copy response body from xhr request inside console panel. Now I have to go to network panel and copy from there or click on the left arrow near the request in the console to open it, then open the response tab and then select all the response with the mouse and copy it.
Actual results:
There no "copy response body" for xhr requests in console panel
Expected results:
Be able to right click on an xhr request in console panel and select a copy response body option
Severity: normal → enhancement
Component: Untriaged → Developer Tools: Console
Updated•7 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Missing feature: copy response body from console → Missing feature: copy response body from console on XHR requests
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•