AvailabilityDOM Level 2 Core Synopsisboolean isSupported(String feature, String version); Arguments
Returnstrue if the node supports the specified version of the specified feature, and false if it does not. DescriptionThe 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 AlsoDOMImplementation.hasFeature( ) |