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 b9c4c3b commit 320b783Copy full SHA for 320b783
solga-client-ghcjs/src/Solga/Client/GHCJS.hs
@@ -228,6 +228,7 @@ performXHR getResp respType req@Request{..} = do
228
let xhr = reqXHR
229
DOM.setResponseType xhr respType
230
uri <- requestToUri req
231
+ putStrLn ("SOLGA Requesting uri " ++ show uri)
232
DOM.open xhr reqMethod uri True reqUser reqPassword
233
for_ reqHeaders (uncurry (DOM.setRequestHeader xhr))
234
result :: MVar (Either XHRError (Response a)) <- liftIO newEmptyMVar
0 commit comments