Add event listener on a scrollable element to get event when the scroll reached the bottom.
Example usage: element.addEventListener('reachedbottom', e => console.log('scroll reached the bottom'))
Add event listener on a scrollable element to get event when the scroll reached the bottom.
Add event listener on a scrollable element to get event when the scroll reached the bottom.
Example usage: element.addEventListener('reachedbottom', e => console.log('scroll reached the bottom'))