Javascript [Electronic resources] : The Definitive Guide (4th Edition) نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Javascript [Electronic resources] : The Definitive Guide (4th Edition) - نسخه متنی

David Flanagan

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید

Availability


DOM Level 2
StyleSheets

Availability



Synopsis

void deleteMedium(String oldMedium)
throws DOMException;

Arguments


oldMedium

The name of the media type to remove from the list. See the
MediaList reference page for the set of valid media
type names.


Throws


This method throws a DOMException with a code of
NOT_FOUND_ERR if the list does not contain the
specified oldMedium media type, or
NO_MODIFICATION_ALLOWED_ERR if the media list is
read-only.


Description


This method deletes the specified media type from this MediaList, or
throws an exception if the list does not contain the specified type.

/ 844