TrustedTypePolicyFactory.getPropertyType()
The getPropertyType()
method of the TrustedTypePolicyFactory
interface allows web developers to check if a Trusted Type is required for an element's property.
Syntax
TrustedTypePolicyFactory.getPropertyType(tagName, property)
TrustedTypePolicyFactory.getPropertyType(tagName, property, elementNS)
Parameters
Return value
Examples
In this example, passing the <div>
element and innerHTML
property to getPropertyType
returns "TrustedHTML".
console.log(trustedTypes.getPropertyType('div', 'innerHTML')); // "TrustedHTML"
Specifications
Specification |
---|
Trusted Types # dom-trustedtypepolicyfactory-getpropertytype |
Browser compatibility
BCD tables only load in the browser