Implementation.HasFeature Method |
Tests if the DOM implementation implements a specific feature.
[VBScript] Public Function HasFeature( _ ByVal feature As String, _ ByVal version As String _ ) As Boolean
[JScript] public function HasFeature( feature : String, version : String ) : Boolean;
true, if the feature is implemented; otherwise, false.
Implementation Object | Implementation Members | DOM Namespace