public hasFeature(feature as String, version as String) as Boolean
Indicates whether this implementation supports a DOM feature.
True when supported.
print(implementation.hasFeature("Core", "3.0"))