(s, o, i)
| 541 | return ((this._elements = void 0), delete this.elementMap[s], this) |
| 542 | } |
| 543 | detect(s, o, i) { |
| 544 | return ( |
| 545 | void 0 === i || i |
| 546 | ? this.elementDetection.unshift([s, o]) |
| 547 | : this.elementDetection.push([s, o]), |
| 548 | this |
| 549 | ) |
| 550 | } |
| 551 | toElement(s) { |
| 552 | if (s instanceof this.Element) return s |
| 553 | let o |
no test coverage detected