|
|
|
|
|
by kevingadd
1796 days ago
|
|
The canonical representation of DOM content is DOMString (https://developer.mozilla.org/en-US/docs/Web/API/DOMString), which is not UTF-8. Your HTML being encoded in UTF-8 is irrelevant, it gets decoded when it's loaded into whatever the canonical representation is. Your HTML could be in Shift-JIS or ASCII or whatever and not UTF-8, same difference. |
|
The problem being discussed is about runtime interoperability between JS (with WTF-16 string format) and WebAssembly.