---
type: snippet
tags: ['blob']
status: release
ctime: 2022-05-29
mtime: 2024-03-22
---

[blob](https://developer.mozilla.org/en-US/docs/Web/API/Blob/Blob#parameters)

```js
new Blob(array, { type : 'text/html' })
```

파일 다운로드 생성이 잘 안되서 확인해보니 `type` 지정을 안했다.