()
| 10 | return this.internals_ != null ? this.internals_.form : null; |
| 11 | } |
| 12 | get name() { |
| 13 | return this.getAttribute("name"); |
| 14 | } |
| 15 | } |
| 16 | |
| 17 | window.customElements.define("custom-text", CustomTextElement); |
nothing calls this directly
no outgoing calls
no test coverage detected