public isSupported(feature as String, version as String) as Boolean
Indicates whether a DOM feature is supported.
True when supported.
print(node.isSupported("Core", "3.0"))