Manual:$wgJsMimeType
この機能は、バージョン 1.34.0 で完全に除去されました。 |
出力: $wgJsMimeType | |
---|---|
Media type (MIME type) to use for JavaScript scripts. |
|
導入されたバージョン: | 1.5.0 (r8895) |
廃止予定になったバージョン: | 1.22.0 (Gerrit change 64638; git #1f956360) |
除去されたバージョン: | 1.34.0 (Gerrit change 522570; git #a8d26127) |
許容される値: | (文字列) |
既定値: | 'text/javascript' |
その他の設定: アルファベット順 | 機能順 |
詳細
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).