MCPcopy
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
26export function encodeUTF8(DOMString) {
27 return unescape(encodeURIComponent(DOMString));
28}

Callers 7

_negotiatePlainAuthMethod · 0.90
extendedClipboardProvideFunction · 0.90
test.rfb.jsFile · 0.90
test.util.jsFile · 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…