Merge branch 'feat/binary-response' of https://github.com/AndrewBastin/postwoman into feat/binary-response
This commit is contained in:
commit
bfcb0727d7
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ export default {
|
|||
if (this.$refs.previewFrame.getAttribute("data-previewing-url") === this.url) return
|
||||
// Use DOMParser to parse document HTML.
|
||||
const previewDocument = new DOMParser().parseFromString(
|
||||
this.response.body,
|
||||
this.responseBodyText,
|
||||
this.responseType
|
||||
)
|
||||
// Inject <base href="..."> tag to head, to fix relative CSS/HTML paths.
|
||||
|
|
|
|||
Loading…
Reference in a new issue