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
Microsoft Developer Network: [Windows Internet Explorer API reference Article]