response copy Script Changes
This commit is contained in:
parent
3cd8d94ceb
commit
6bed41b8c1
1 changed files with 5 additions and 0 deletions
|
|
@ -372,6 +372,11 @@
|
|||
},
|
||||
removeRequestBodyParam(index) {
|
||||
this.bodyParams.splice(index, 1)
|
||||
},
|
||||
copyResponse() {
|
||||
var copyText = document.getElementById("response-details");
|
||||
copyText.select();
|
||||
document.execCommand("copy");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue