(root, css)
| 502 | } |
| 503 | |
| 504 | resolveQuery(root, css) { |
| 505 | if (this.reactivity.isTracking) this.reactivity.trackQuery(root); |
| 506 | return root.querySelectorAll(css); |
| 507 | } |
| 508 | |
| 509 | resolveAttribute(root, property) { |
| 510 | if (this.reactivity.isTracking) this.reactivity.trackAttribute(root, property); |
no test coverage detected