Skip to content

Commit 11ea1fb

Browse files
committed
Update generated docs
1 parent 35a3a08 commit 11ea1fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/Network.HTTP.Affjax.Response.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
``` purescript
88
data ResponseType a
9+
= ArrayBufferResponse
10+
| BlobResponse
11+
| DocumentResponse
12+
| JSONResponse
13+
| StringResponse
914
```
1015

1116
Valid response types for an AJAX request. This is used to determine the

0 commit comments

Comments
 (0)