We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba4793 commit 6da0fcbCopy full SHA for 6da0fcb
src/Web/HTML/Window.purs
@@ -110,9 +110,9 @@ foreign import scroll :: Int -> Int -> Window -> Effect Unit
110
111
foreign import scrollBy :: Int -> Int -> Window -> Effect Unit
112
113
-foreign import scrollX :: Window -> Effect Int
+foreign import scrollX :: Window -> Effect Number
114
115
-foreign import scrollY :: Window -> Effect Int
+foreign import scrollY :: Window -> Effect Number
116
117
foreign import localStorage :: Window -> Effect Storage
118
0 commit comments