()
| 607 | } |
| 608 | |
| 609 | connectedCallback() { |
| 610 | this.addEventListener("change", this); |
| 611 | this.setValueFromUrl(); |
| 612 | } |
| 613 | |
| 614 | handleEvent(e) { |
| 615 | if (event.target.matches("input[type=radio][name=format]")) { |
nothing calls this directly
no test coverage detected