AvailabilityDOM Level 2 StyleSheets AvailabilitySynopsisvoid deleteMedium(String oldMedium) throws DOMException; Arguments
ThrowsThis 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. DescriptionThis method deletes the specified media type from this MediaList, or throws an exception if the list does not contain the specified type. |