()
| 3 | static observedAttributes = ["name", "id"]; |
| 4 | |
| 5 | constructor() { |
| 6 | super(); |
| 7 | this.internals_ = this.attachInternals(); |
| 8 | } |
| 9 | get form() { |
| 10 | return this.internals_ != null ? this.internals_.form : null; |
| 11 | } |
no outgoing calls
no test coverage detected