(trustedStyle: string)
| 159 | * @returns a `style` hich has been branded to be implicitly trusted. |
| 160 | */ |
| 161 | export function bypassSanitizationTrustStyle(trustedStyle: string): SafeStyle { |
| 162 | return new SafeStyleImpl(trustedStyle); |
| 163 | } |
| 164 | /** |
| 165 | * Mark `script` string as trusted. |
| 166 | * |
no outgoing calls
no test coverage detected
searching dependent graphs…