프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / blob / README.md

이력 | 보기 | 이력해설 | 다운로드 (315 Bytes)

1
Blob
2
====
3

    
4
A module that exports a constructor that uses window.Blob when available, and a BlobBuilder with any vendor prefix in other cases. If neither is available, it exports undefined.
5

    
6
Usage:
7

    
8
```javascript
9
var Blob = require('blob');
10
var b = new Blob(['hi', 'constructing', 'a', 'blob']);
11
```
12

    
13
## Licence
14
MIT