Skip to content

Commit 112edd8

Browse files
committed
Merge pull request #49 from quephird/master
Addressed #5
2 parents 6761b0f + d2171e3 commit 112edd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Network/HTTP/Affjax/Response.purs

+4
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,7 @@ instance responsableString :: Respondable String where
7272
instance responsableUnit :: Respondable Unit where
7373
responseType = StringResponse
7474
fromResponse = const (Right unit)
75+
76+
instance responsableArrayBuffer :: Respondable A.ArrayBuffer where
77+
responseType = ArrayBufferResponse
78+
fromResponse = unsafeReadTagged "ArrayBuffer"

0 commit comments

Comments
 (0)