HTMLFormElement.acceptCharset
The HTMLFormElement.acceptCharset property represents a
list of the supported character
encodings for the given <form> element. This list can be
comma-separated or space-separated.
Syntax
var string = form.acceptCharset;
form.acceptCharset = string;
Example
let inputs = document.forms['myform'].acceptCharset;
Specifications
| Specification |
|---|
| HTML Standard # dom-form-acceptcharset |
Browser compatibility
BCD tables only load in the browser