MCPcopy Create free account
hub / github.com/jquery-validation/jquery-validation / name

Method name

test/custom-elements.js:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 return this.internals_ != null ? this.internals_.form : null;
11 }
12 get name() {
13 return this.getAttribute("name");
14 }
15}
16
17window.customElements.define("custom-text", CustomTextElement);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected