評分 4.6 (146) · US$0.00 至 US$229.00 · 開發人員 The BLOB data type is used in databases to store multimedia files and other types of files that are too large to be saved in regular fields.
The Blob interface represents a blob, which is a file-like object of immutable, raw data; they can be read as text or binary data, ... Blob: type property · Blob() constructor · Blob: stream() method · Blob: text() method
Blob.type is generally reliable only for common file types like images, HTML documents, audio and video. Uncommon file extensions would return an empty string.
A BLOB (binary large object) is a varying-length binary string that can be up to 2,147,483,647 characters long. Like other binary types, BLOB strings are ...
The BLOB data type stores any kind of binary data in random-access chunks, called sbspaces. Binary data typically consists of saved spreadsheets, program-load ...