[vuejs] axios로 파일 download

Edward Hyun·2022년 1월 13일
0

app&web-dev

목록 보기
57/178
async fileDownload() {
  const url = '/download/file';
  const res = await axios.get(url, {
  	headers: { responseType: 'arraybuffer' }
  });
}

출처 :: https://soobakba.tistory.com/30

profile
앱&웹개발(flutter, vuejs, typescript, react), 인공지능(nlp, asr, rl), 백엔드(nodejs, flask, golang, grpc, webrtc, aws, msa, nft, spring cloud, nest.js), 함수형 프로그래밍(scala, erlang)을 공부하며 정리합니다.

0개의 댓글