====== addMimeFilter ====== Adds [[http://en.wikipedia.org/wiki/MIME|MIME]] type, which will be ignored while documents loading. ===== Syntaxс ===== addMimeFilter = function(aMIMEType); * **//aMIMEType//** * //type:// string * //functions:// MIME type or [[http://en.wikipedia.org/wiki/Internet_media_type|basic MIME type]]. ===== Examples ===== -//Forbid to download data with type "application/pdf" addMimeFilter('application/pdf'); -//Forbid to download data with type "text/css" addMimeFilter('text/css'); {{:ru:wascript:ecma:methods:2.png}}