We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
image/
1 parent 8bf9037 commit defc45fCopy full SHA for defc45f
src/core/components/response-body.jsx
@@ -40,7 +40,7 @@ export default class ResponseBody extends React.Component {
40
41
// Image
42
} else if (/^image\//i.test(contentType)) {
43
- bodyEl = <img src={ url } />
+ bodyEl = <img src={ window.URL.createObjectURL(content) } />
44
45
// Audio
46
} else if (/^audio\//i.test(contentType)) {
0 commit comments