(scriptUrl)
| 88 | return html; |
| 89 | }, |
| 90 | createScriptURL(scriptUrl) { |
| 91 | return scriptUrl; |
| 92 | }, |
| 93 | }); |
| 94 | } catch (_) { |
| 95 | // Policy creation failed (most likely another DOMPurify script has |
nothing calls this directly
no outgoing calls
no test coverage detected