MCPcopy Create free account
hub / github.com/PizazzGY/NewTVBox / uint8ArrayToBase64

Function uint8ArrayToBase64

js/drpy2.min.js:670–673  ·  view source on GitHub ↗
(uint8Array)

Source from the content-addressed store, hash-verified

668}
669
670function uint8ArrayToBase64(uint8Array) {
671 let binaryString = String.fromCharCode.apply(null, Array.from(uint8Array));
672 return btoa(binaryString)
673}
674
675function Utf8ArrayToStr(array) {
676 var out, i, len, c;

Callers 1

gzipFunction · 0.85

Calls 1

btoaFunction · 0.85

Tested by

no test coverage detected