A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/acceptCharset below:

HTMLFormElement: acceptCharset property - Web APIs

HTMLFormElement: acceptCharset property

Baseline Widely available

The HTMLFormElement.acceptCharset property represents the character encoding for the given <form> element.

The specification allows a single case-insensitive value of "UTF-8", reflecting the ubiquity of this encoding (historically multiple character encodings could be specified as a comma-separated or space-separated list).

This reflects the value of the form's accept-charset HTML attribute.

Value

A string which may be a case-insensitive match for UTF-8.

Examples
let charSet = document.forms["my-form"].acceptCharset;
Specifications Browser compatibility

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.3