摘要:
ArrayBuffers are fixed length buffer of bytes. The bytes in an ArrayBuffer are only accessible through a DataView (for heterogenous data异构数据) or one o 阅读全文
摘要:
File Interface A File object in JavaScript references an actual file in the local filesystem. This File object inherits all properties and methods fro 阅读全文
摘要:
What is a Blob? A blob object represents a chuck of bytes that holds data of a file. But a blob is not a reference to a actual file, it may seem like 阅读全文