createScript method
The createScript()
method of the TrustedTypePolicy interface
creates a TrustedScript object using a policy created by
TrustedTypePolicyFactory.createPolicy.
Implementation
external TrustedScript createScript(
String input,
JSAny? arguments,
);