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 418691c commit af69794Copy full SHA for af69794
JavaScript/Object/Internal.hs
@@ -88,4 +88,4 @@ foreign import javascript unsafe "$1 instanceof $2"
88
foreign import javascript unsafe "h$allProps"
89
js_allProps :: Object -> IO JSArray
90
foreign import javascript unsafe "h$listProps"
91
- js_listProps :: Object -> Exts.Any -- [JSString]
+ js_listProps :: Object -> IO Exts.Any -- [JSString]
0 commit comments