* Find an entry element by URL * @param {string} url * @returns {HTMLElement|null}
(url)
| 323 | * @returns {HTMLElement|null} |
| 324 | */ |
| 325 | findElement(url) { |
| 326 | return this.container.querySelector(`[data-url="${CSS.escape(url)}"]`); |
| 327 | } |
| 328 | |
| 329 | /** |
| 330 | * Refresh the current directory |