Document.contentType

Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

Returns the MIME type that the document is being rendered as.  This may come from HTTP headers or other sources of MIME information, and might be affected by automatic type conversions performed by either the browser or extensions.

Syntax

JavaScript
<var>contentType</var> = <var>document</var>.contentType;

contentType is a read-only property.

Notes

The property is not affected by META tags.

Specifications

Non-standard, only supported by Gecko. To be used in chrome code (i.e. Extensions and XUL applications).

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/document/contenttype

API DOM MIME NeedsCompatTable Property Reference Référence