かもメモ

自分の落ちた落とし穴に何度も落ちる人のメモ帳

2018-12-23から1日間の記事一覧

JavaScript Blobオブジェクトでファイルを作成してダウンロードしてみる

A Blob object represents a file-like object of immutable, raw data. Blobs represent data that isn't necessarily in a JavaScript-native format. The File interface is based on Blob, inheriting blob functionality and expanding it to support f…