()
| 643 | } |
| 644 | |
| 645 | connectedCallback() { |
| 646 | this.addEventListener("change", this); |
| 647 | this.setValueFromUrl(); |
| 648 | } |
| 649 | |
| 650 | get example() { |
| 651 | const form = new FormData(this.querySelector("form")); |
nothing calls this directly
no test coverage detected