TextEncoder: TextEncoder() Konstruktor
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
Hinweis: Dieses Feature ist verfügbar in Web Workers.
Der TextEncoder()
Konstruktor gibt ein neu erstelltes TextEncoder
Objekt zurück, das einen Byte-Stream mit UTF-8-Codierung erzeugt.
Syntax
js
new TextEncoder()
Parameter
Keine.
Spezifikationen
Specification |
---|
Encoding Standard # ref-for-dom-textencoder① |
Browser-Kompatibilität
BCD tables only load in the browser
Siehe auch
- Das
TextEncoder
Interface, zu dem es gehört.