Skip to content

Commit 823af72

Browse files
author
James Halliday
committed
document html instances
1 parent 5c5496a commit 823af72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ Remove an http header.
7272

7373
Write some data to the request body.
7474

75+
If only 1 piece of data is written, `data` can be a FormData, Blob, or
76+
ArrayBuffer instance. Otherwise, `data` should be a string or a buffer.
77+
7578
## req.end(data)
7679

7780
Close and send the request body, optionally with additional `data` to append.

0 commit comments

Comments
 (0)