(scriptUrl)
| 147 | return html; |
| 148 | }, |
| 149 | createScriptURL(scriptUrl) { |
| 150 | return scriptUrl; |
| 151 | }, |
| 152 | }); |
| 153 | } catch (_) { |
| 154 | // Policy creation failed (most likely another DOMPurify script has |
nothing calls this directly
no outgoing calls
no test coverage detected