| 13 | * Only renders items visible in viewport + buffer for performance |
| 14 | */ |
| 15 | export default class VirtualList { |
| 16 | /** |
| 17 | * @param {HTMLElement} container |
| 18 | * @param {VirtualListOptions} options |
nothing calls this directly
no outgoing calls
no test coverage detected