Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/novnc/noVNC
/ encodeUTF8
Function
encodeUTF8
core/util/strings.js:26–28 ·
view source on GitHub ↗
(DOMString)
Source
from the content-addressed store, hash-verified
24
25
// Encode to UTF-8
26
export
function
encodeUTF8(DOMString) {
27
return
unescape(encodeURIComponent(DOMString));
28
}
Callers
7
negotiateRA2neAuthAsync
Method · 0.90
_negotiatePlainAuth
Method · 0.90
_negotiateARDAuthAsync
Method · 0.90
_negotiateMSLogonIIAuth
Method · 0.90
extendedClipboardProvide
Function · 0.90
test.rfb.js
File · 0.90
test.util.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…