Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
C
/
Firefox
/
dom
/
encoding
/
test
/ (
Browser von der Mozilla Stiftung
Version 136.0.1
©
) Datei vom 10.2.2025 mit Größe 194 B
Quellcode-Bibliothek file_stringencoding.sys.mjs Sprache: unbekannt
export function checkFromESM(is_op) {
is_op(new TextDecoder().encoding, "utf-8", "ESM should have TextDecoder");
is_op(new TextEncoder().encoding, "utf-8", "ESM should have TextEncoder");
}
[ 0.13Quellennavigators Projekt
]
2026-03-28