Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmartTokenLabs/TokenScript
/ decodeHtml
Method
decodeHtml
bootstrap-js/tokenscript-bootstrap.js:1014–1018 ·
view source on GitHub ↗
(html)
Source
from the content-addressed store, hash-verified
1012
}
1013
1014
decodeHtml(html) {
1015
var
txt = document.createElement(
"textarea"
);
1016
txt.innerHTML = html;
1017
return
txt.value;
1018
}
1019
}
1020
1021
/*
Callers
1
render
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected