This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

usedCharset

Summary

The character set used to decode external script references.

Property of css/cssom/propertiescss/cssom/properties

Syntax

var result = element.usedCharset;
element.usedCharset = value;

Notes

Remarks

The character set used to decode external script references is based on a number of factors, including the value of the charset attribute specified for script elements, byte order marks, and HTTP headers.

Syntax

See also

Related pages

  • script

Attributions