getAttributeType method
The getAttributeType()
method of the TrustedTypePolicyFactory
interface allows web developers to check if a Trusted Type is required for
an element, and if so which Trusted Type is used.
Implementation
external String? getAttributeType(
String tagName,
String attribute, [
String? elementNs,
String? attrNs,
]);