(scriptUrl)
| 105 | return html; |
| 106 | }, |
| 107 | createScriptURL(scriptUrl) { |
| 108 | return scriptUrl; |
| 109 | }, |
| 110 | }); |
| 111 | } catch (_) { |
| 112 | // Policy creation failed (most likely another DOMPurify script has |
nothing calls this directly
no outgoing calls
no test coverage detected