()
| 252 | } |
| 253 | |
| 254 | get resetButton() { |
| 255 | return ( |
| 256 | this.labelElement.parentElement?.querySelector(".tab-reset-button") ?? |
| 257 | null |
| 258 | ); |
| 259 | } |
| 260 | |
| 261 | unloadAllTabs(event) { |
| 262 | this.#unloadAllActiveTabs(event, /* noClose */ true); |
nothing calls this directly
no test coverage detected