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

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

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

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

David Flanagan

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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


Availability


DOM Level 2 Core


Synopsis

boolean isSupported(String feature,
String version);

Arguments


feature

The name of the feature to test.

version

The version number of the feature to test, or the empty string to
test for support of any version of the feature.


Returns


true if the node supports the specified version of
the specified feature, and false if it does not.


Description


The W3C DOM standard is modular, and implementations are not required
to implement all modules or features of the standard. This method
tests whether the implementation of this node supports the specified
version of the named feature. See the
Section reference page for a
list of values for the feature and
version arguments.


See Also


DOMImplementation.hasFeature( )

/ 844