|
|
fetch(url).then((res) => res.blob()).then((blob) => download(blob, fileName)).finally(() => resolve())
|
|
fetch(url).then((res) => res.blob()).then((blob) => download(blob, fileName)).finally(() => resolve())
|
|
|
this.post('', { token }).then((res) => {
|
|
this.post('', { token }).then((res) => {
|