Closed
Bug 1262796
Opened 9 years ago
Closed 6 years ago
Support SVG preview for HTTP responses
Categories
(DevTools :: Console, enhancement, P2)
DevTools
Console
Tracking
(firefox48 affected)
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox48 | --- | affected |
People
(Reporter: sebo, Unassigned)
References
Details
This is a follow up for bug 1211525.
It should be possible to preview SVG images similar to other images inside the 'Response' tab.
The raw data might be displayed using XML syntax highlighting as covered in bug 1247392.
Sebastian
Updated•9 years ago
|
Severity: normal → enhancement
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 1•6 years ago
|
||
Looks like it's working:
- Go to
data:text/html,<meta charset=utf8><img src=https://upload.wikimedia.org/wikipedia/commons/6/67/Firefox_Logo%2C_2017.svg>
- Open the console
- Ensure the "Request" filter is enabled
- Reload the page
- Click on the new message and go to the "Response" tab
-> I do see the preview.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•