Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Moddable-OpenSource/moddable
/ decode
Method
decode
tools/xsbug/DebugBehavior.js:1140–1142 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
1138
1139
globalThis.TextDecoder =
class
{
1140
decode(data) {
1141
return
String.fromArrayBuffer(data.subarray().buffer);
1142
}
1143
}
1144
1145
const
pocoPixelsFormats = [
Callers
nothing calls this directly
Calls
1
fromArrayBuffer
Method · 0.65
Tested by
no test coverage detected