Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/plotly/plotly.js
/ toimage_test.js
File
toimage_test.js
test/jasmine/tests/toimage_test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
b64 = require(
'base64-arraybuffer'
);
2
function
b64encodeTypedArray(typedArray) {
3
return
b64.encode(typedArray.buffer);
4
}
Callers
nothing calls this directly
Calls
5
isPromise
Function · 0.85
runXssCase
Function · 0.85
done
Function · 0.85
b64encodeTypedArray
Function · 0.85
assertSize
Function · 0.70
Tested by
no test coverage detected