Sylvain59650/htmlelement-events-extension

View on GitHub
src/pagenavigate.js

Summary

Maintainability
A
0 mins
Test Coverage
// window.addEventListener("scroll", function(ev) {
//   if ((window.innerHeight + window.pageYOffset) >= document.body.offsetHeight) {
//     alert("you're at the bottom of the page");
//   }
// });