ファイルのプレビュー、ダウンロード


ファイルのプレビュー:
1.    responseType  blob
2.       URL.createObjectURL(blob)             
3.newPage = window.open()       ,         newPage.location 

ファイルのダウンロード:
1.    responseType  blob
2.       URL.createObjectURL(blob)             
3.    body[0]  append(link)    link  , link download         
4.link.click()     ,link.remove()