Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneNoteDev/WebClipper
/ base64ToBytes
Function
base64ToBytes
lib/sanitize-html.js:2369–2371 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
2367
}
2368
2369
function
base64ToBytes (str) {
2370
return
base64.toByteArray(base64clean(str))
2371
}
2372
2373
function
blitBuffer (src, dst, offset, length) {
2374
for
(
var
i = 0; i < length; ++i) {
Callers
2
byteLength
Function · 0.85
base64Write
Function · 0.85
Calls
1
base64clean
Function · 0.85
Tested by
no test coverage detected