File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1313 ],
1414 "dependencies" : {
1515 "purescript-prelude" : " ^4.1.1" ,
16- "purescript-affjax" : " ^10.1 .0" ,
16+ "purescript-affjax" : " ^11.0 .0" ,
1717 "purescript-simple-json" : " ^7.0.0"
1818 },
1919 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import Data.Either (Either(..))
2424import Data.HTTP.Method (CustomMethod , Method (..))
2525import Data.Maybe (Maybe (..))
2626import Data.MediaType (MediaType (..))
27+ import Data.Time.Duration (Milliseconds )
2728import Data.Tuple (Tuple (..), snd )
2829import Data.Variant (expand , inj )
2930import Effect.Aff (Aff )
@@ -93,6 +94,7 @@ type RequestRow a = ( method :: Either Method CustomMethod
9394 , password :: Maybe String
9495 , withCredentials :: Boolean
9596 , responseFormat :: ResponseFormat a
97+ , timeout :: Maybe Milliseconds
9698 )
9799
98100type SimpleRequestRow = ( headers :: Array RequestHeader
You can’t perform that action at this time.
0 commit comments