fix: attempt to display Blob response bodies as text (#4437)

* fix: attempt to display Blob response bodies as text

... if nothing else works.

* correctly pass `prevProps.content` to updateParsedContent

* remove debugger statement

* caniuse `Blob` && `FileReader`? yes.

Blob: https://caniuse.com/#search=Blob
FileReader: https://caniuse.com/#search=filereader
This commit is contained in:
kyle
2018-04-13 16:16:54 -07:00
committed by GitHub
parent c55f22575a
commit 9a121ea445
2 changed files with 52 additions and 2 deletions

View File

@@ -632,6 +632,7 @@
> .microlight {
overflow-y: auto;
max-height: 400px;
min-height: 6em;
}
}