| 66 | |
| 67 | export function afterWebStarted(blazor) { |
| 68 | customElements.define('page-script', class extends HTMLElement { |
| 69 | static observedAttributes = ['src']; |
| 70 | |
| 71 | // We use attributeChangedCallback instead of connectedCallback |
nothing calls this directly
no outgoing calls
no test coverage detected