Skip to content

Commit

Permalink
Merge pull request #49 from quephird/master
Browse files Browse the repository at this point in the history
Addressed #5
  • Loading branch information
garyb committed Oct 10, 2015
2 parents 6761b0f + d2171e3 commit 112edd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Network/HTTP/Affjax/Response.purs
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,7 @@ instance responsableString :: Respondable String where
instance responsableUnit :: Respondable Unit where
responseType = StringResponse
fromResponse = const (Right unit)

instance responsableArrayBuffer :: Respondable A.ArrayBuffer where
responseType = ArrayBufferResponse
fromResponse = unsafeReadTagged "ArrayBuffer"

0 comments on commit 112edd8

Please sign in to comment.