From c95b195eb4c30a625998713878dec324b346c356 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Thu, 8 Nov 2018 18:47:54 +0200 Subject: [PATCH] XhrClient doesn't support streaming --- servant-client-ghcjs/src/Servant/Client/Internal/XhrClient.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/servant-client-ghcjs/src/Servant/Client/Internal/XhrClient.hs b/servant-client-ghcjs/src/Servant/Client/Internal/XhrClient.hs index 81a357e2..4759aaee 100644 --- a/servant-client-ghcjs/src/Servant/Client/Internal/XhrClient.hs +++ b/servant-client-ghcjs/src/Servant/Client/Internal/XhrClient.hs @@ -108,7 +108,6 @@ instance Exception StreamingNotSupportedException where instance RunClient ClientM where runRequest = performRequest - streamingRequest _ = liftIO $ throwIO StreamingNotSupportedException throwServantError = throwError instance ClientLike (ClientM a) (ClientM a) where