ZVON > References > DOM2 Reference |
Intro / Search / ZVON |
DOM2 reference > Core: DOMImplementation > hasFeature | [Go to standard] [Glossary] [Help] |
DOMString feature | - | The name of the feature to test (case-insensitive). |
DOMString version | - | This is the version number of the feature to test. In Level 2, the string can be either "2.0" or "1.0". If the version is null or empty string, supporting any version of the feature causes the method to return true. |