MCPcopy
hub / github.com/ThatGuySam/doesitarm / arrayBufferToBlob

Function arrayBufferToBlob

helpers/macho/macho.js:24–26  ·  view source on GitHub ↗
( buffer )

Source from the content-addressed store, hash-verified

22
23// https://stackoverflow.com/a/57139182/1397641
24async function arrayBufferToBlob( buffer ) {
25 return new Blob([buffer])
26}
27
28let readers = []
29

Callers 1

onloadendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected