Clears the maps we use to store parents, level & aria-sets in.
()
| 1171 | |
| 1172 | /** Clears the maps we use to store parents, level & aria-sets in. */ |
| 1173 | private _clearPreviousCache() { |
| 1174 | this._parents.clear(); |
| 1175 | this._levels.clear(); |
| 1176 | this._ariaSets.clear(); |
| 1177 | } |
| 1178 | } |
| 1179 | |
| 1180 | /** |
no test coverage detected