Taisuke Fukuno
Taisuke Fukuno
This is resolved at CBOR-es in JavaScript (ES Module) with TextEncoder/TextDecoder https://github.com/code4fukui/CBOR-es/blob/master/CBOR.js
for Deno users! https://github.com/xmldom/xmldom/issues/316#issuecomment-1159579203
I made an ES6 version. https://github.com/code4fukui/xmldom-es You can run on Deno REPL ```js import { DOMParser, XMLSerializer } from "https://code4fukui.github.io/xmldom-es/xmldom.js"; const source = ` test `; new DOMParser().parseFromString(source, "text/xml"); ```
Thank you for pointing it out! I use ES Modules on browsers and Deno, so I forked and converted CommonJS sources. https://github.com/code4fukui/chroma-es/tree/es/src I hope you will make good use of...
> @STSynthe I added Japanese files. https://github.com/pfalstad/circuitjs1/pull/71
Thank you! The application defaults to the browser settings, so Japanese language is already displayed for Japanese users.
We've added and improved Japanese translations.