Get to know MDN better
Since February 2026, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
Note: This feature is available in Web Workers.
The TrustedScript interface of the Trusted Types API represents a string with an uncompiled script body that a developer can insert into an injection sink that might execute the script. These objects are created via TrustedTypePolicy.createScript() and therefore have no constructor.
The value of a TrustedScript object is set when the object is created and cannot be changed by JavaScript as there is no setter exposed.
Returns a JSON representation of the stored data.
TrustedScript.toString()A string containing the sanitized script.
The constant sanitized is an object created via a Trusted Types policy.
| Trusted Types # trusted-script |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Mar 10, 2025 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.