()
| 29 | } |
| 30 | |
| 31 | stop() { |
| 32 | if (this.started) { |
| 33 | this.mutationObserver.takeRecords() |
| 34 | this.mutationObserver.disconnect() |
| 35 | this.started = false |
| 36 | } |
| 37 | } |
| 38 | |
| 39 | refresh() { |
| 40 | if (this.started) { |
nothing calls this directly
no test coverage detected