src/export.html [444:450]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
return response;
})
.then((response) => {
return response.json();
})
.then((success) => {
let string = document.createElement('div');
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
src/export.html [515:521]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
return response;
})
.then((response) => {
return response.json();
})
.then((success) => {
let string = document.createElement('div');
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -