Manual:$wgJsMimeType/fr
Appearance
Cette fonctionnalité a été supprimée entièrement dans la version 1.34.0. |
Sortie: $wgJsMimeType | |
---|---|
Media type (MIME type) to use for JavaScript scripts. |
|
Introduit dans la version : | 1.5.0 (r8895) |
Obsolète dans la version : | 1.22.0 (Gerrit change 64638; git #1f956360) |
Retiré dans la version : | 1.34.0 (Gerrit change 522570; git #a8d26127) |
Valeurs autorisées : | (string) |
Valeur par défaut : | 'text/javascript' |
Autres paramètres : Alphabétique | Par fonction |
Détails
Use this variable to set the media type (MIME type) which is used for scripts written in the JavaScript scripting language.
See RFC 4329 and MediaWiki bug #2064 for details.
In theory, this should be set to
'application/javascript'
for all new wikis. Standard-compliant browsers support this setting. Internet Explorer from Microsoft does not support it in its current version (version 7).