Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
670
function
uint8ArrayToBase64(uint8Array) {
671
let
binaryString = String.fromCharCode.apply(null, Array.from(uint8Array));
672
return
btoa(binaryString)
673
}
674
675
function
Utf8ArrayToStr(array) {
676
var
out, i, len, c;
Callers
1
gzip
Function · 0.85
Calls
1
btoa
Function · 0.85
Tested by
no test coverage detected