src/export.html [401:411]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{},
)
.then(function (response) {
if (!response.ok) {
throw Error(response.status);
}
return response;
})
.then((response) => {
return response.json();
})
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
src/export.html [526:536]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{},
)
.then(function (response) {
if (!response.ok) {
throw Error(response.status);
}
return response;
})
.then((response) => {
return response.json();
})
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -