(query, opts)
| 1601 | // maybe accept both string value or array of strings |
| 1602 | // seems to be what dom API does |
| 1603 | querySelectorAll (query, opts) { |
| 1604 | return querySelectorAll(this, query, opts) |
| 1605 | } |
| 1606 | |
| 1607 | toJSON () { |
| 1608 | return printableTree(this) |
no test coverage detected