()
| 48 | } |
| 49 | |
| 50 | stop() { |
| 51 | if (this.started) { |
| 52 | this.mutationObserver.takeRecords() |
| 53 | this.mutationObserver.disconnect() |
| 54 | this.started = false |
| 55 | } |
| 56 | } |
| 57 | |
| 58 | refresh() { |
| 59 | if (this.started) { |
nothing calls this directly
no test coverage detected