ZVON > References > DOM2 Reference |
Intro / Search / ZVON |
DOM2 reference > Core: Node > isSupported | [Go to standard] [Glossary] [Help] |
DOMString feature | - | The name of the feature to test. This is the same name which can be passed to the method hasFeature on DOMImplementation. |
DOMString version | - | This is the version number of the feature to test. In Level 2, version 1, this is the string "2.0". If the version is not specified, supporting any version of the feature will cause the method to return true. |