MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / toBlob

Method toBlob

src/parsers/BinaryWriter.ts:124–126  ·  view source on GitHub ↗

* Get as Blob for download

()

Source from the content-addressed store, hash-verified

122 * Get as Blob for download
123 */
124 toBlob(): Blob {
125 return new Blob([this.toArrayBuffer()], { type: 'application/octet-stream' });
126 }
127
128 /**
129 * Get current total bytes written (across all chunks)

Callers

nothing calls this directly

Calls 1

toArrayBufferMethod · 0.95

Tested by

no test coverage detected