defaultPolicy property
The defaultPolicy read-only property of the
TrustedTypePolicyFactory interface returns the default
TrustedTypePolicy or null if this is empty.
Note: Information about the creation and use of default policies can be found in the
createPolicy()documentation.
Implementation
external TrustedTypePolicy? get defaultPolicy;