(scriptUrl)
| 58 | return html; |
| 59 | }, |
| 60 | createScriptURL(scriptUrl) { |
| 61 | return scriptUrl; |
| 62 | }, |
| 63 | }); |
| 64 | } catch (_) { |
| 65 | // Policy creation failed (most likely another DOMPurify script has |
nothing calls this directly
no outgoing calls
no test coverage detected