Closed whataboutpereira closed 3 years ago
https://github.com/Skayo/svelte-infinite-loading/blob/86b3f25adcf4c3c27ab06483b9ae5b1eea1668ed/src/InfiniteLoading.svelte#L39-L40
I looked at the referenced EventListenerOptions doc and suspect window.remove should be window.removeEventListener here?
window.remove
window.removeEventListener
Yes! You're right. Will fix that...
I think I just copy pasted the code from somewhere
https://github.com/Skayo/svelte-infinite-loading/blob/86b3f25adcf4c3c27ab06483b9ae5b1eea1668ed/src/InfiniteLoading.svelte#L39-L40
I looked at the referenced EventListenerOptions doc and suspect
window.remove
should bewindow.removeEventListener
here?