HTMLFormElement: acceptCharset-Eigenschaft
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
Die HTMLFormElement.acceptCharset
-Eigenschaft repräsentiert eine Liste der unterstützten Zeichenkodierungen für das angegebene <form>
-Element. Diese Liste kann durch Kommas oder Leerzeichen getrennt sein.
Wert
Ein String.
Beispiele
js
let inputs = document.forms["my-form"].acceptCharset;
Spezifikationen
Specification |
---|
HTML Standard # dom-form-acceptcharset |
Browser-Kompatibilität
BCD tables only load in the browser