Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

mimeTypes

 

概要

MimeTypeArray オブジェクトを返します。このオブジェクトは、ブラウザが認識する MIME タイプを表す MimeType オブジェクトのリストを含んでいます。

構文

mimeTypes = navigator.mimeTypes;

mimeTypes は、MimeTypeArray オブジェクトです。このオブジェクトは、length プロパティを持ち、また、item(index) 及び namedItem(name) メソッドを持っています。

  alert(window.navigator.mimeTypes.item(0).description); // "Mozilla Default Plug-in" などをダイアログで表示します。

注記

例における mimeTypes プロパティの 0 番目の要素("Mozilla Default Plug-in" MimeType オブジェクト)の type プロパティの値は、"image/x-macpaint" のような 典型的な MIME 形式ではなく、* という値 です。

仕様

DOM Level 0。どの標準にも属しません。

 

 

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: fscholz, AshfaqHossain, Potappo
 最終更新者: AshfaqHossain,