MCPcopy Create free account
hub / github.com/MackinnonBuck/blazor-page-script /

Class

src/wwwroot/BlazorPageScript.lib.module.js:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67export function afterWebStarted(blazor) {
68 customElements.define('page-script', class extends HTMLElement {
69 static observedAttributes = ['src'];
70
71 // We use attributeChangedCallback instead of connectedCallback

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected