fix: make headers property writable
This commit is contained in:
@@ -1260,7 +1260,7 @@ export default {
|
|||||||
return requestString.join("\n");
|
return requestString.join("\n");
|
||||||
} else if (this.requestType == "Fetch") {
|
} else if (this.requestType == "Fetch") {
|
||||||
const requestString = [];
|
const requestString = [];
|
||||||
const headers = [];
|
let headers = [];
|
||||||
requestString.push(
|
requestString.push(
|
||||||
'fetch("' + this.url + this.pathName + this.queryString + '", {\n'
|
'fetch("' + this.url + this.pathName + this.queryString + '", {\n'
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user