getPropertyType method
The getPropertyType()
method of the TrustedTypePolicyFactory
interface allows web developers to check if a Trusted Type is required for
an element's property.
Implementation
external String? getPropertyType(
String tagName,
String property, [
String? elementNs,
]);