Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. axios
  2.         .get('http://localhost:8000/api/download', {
  3.           responseType: 'blob'
  4.         })
  5.         .then(response => {
  6.           console.log(response)
  7.         })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement