(trustedScript: string)
| 171 | * @returns a `script` which has been branded to be implicitly trusted. |
| 172 | */ |
| 173 | export function bypassSanitizationTrustScript(trustedScript: string): SafeScript { |
| 174 | return new SafeScriptImpl(trustedScript); |
| 175 | } |
| 176 | /** |
| 177 | * Mark `url` string as trusted. |
| 178 | * |
no outgoing calls
no test coverage detected
searching dependent graphs…