From f8884981e4f2163650253e763170d38250d1ebfc Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Mon, 10 Feb 2014 15:11:05 -0500 Subject: [PATCH] CB-5588 Docs for upload headers. --- doc/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/index.md b/doc/index.md index 2c53c0a..76a5f52 100644 --- a/doc/index.md +++ b/doc/index.md @@ -154,6 +154,9 @@ A `FileUploadResult` object is passed to the success callback of the - __response__: The HTTP response returned by the server. (DOMString) +- __headers__: The HTTP response headers by the server. (Object) + - Currently supported on iOS only. + ### iOS Quirks - Does not support `responseCode` or `bytesSent`.