elm / browser

Create Elm programs that run in browsers!
https://package.elm-lang.org/packages/elm/browser/latest/
BSD 3-Clause "New" or "Revised" License
313 stars 64 forks source link

Add support for onScroll #85

Open berenddeboer opened 5 years ago

berenddeboer commented 5 years ago

There is already support for onResize, onScroll is very useful as well.

I would love it if export on and Node were exported, that gives a lot more opportunities to add missing events without having to resort to ports. As I understand it if you use ports your package cannot be published on package.elm-lang.org.