summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrank Wuerthwein <fkw@ucsd.edu>2009-05-10 17:31:33 +0000
committerFrank Wuerthwein <fkw@ucsd.edu>2009-05-10 17:31:33 +0000
commit02f7cc136f0b16638b54461cd4c78c724f4a059c (patch)
tree4542cb8f7ef33baf3bba67000d478f4c33334af4 /doc
parentd714ba0d1333c4f7439375313a225ce4a0095aef (diff)
FetchBinaryURLAsync now has a third, optional argument
Diffstat (limited to 'doc')
-rw-r--r--doc/lib/binaryXHR_js.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/lib/binaryXHR_js.html b/doc/lib/binaryXHR_js.html
index 97d50e2..b71dc4e 100644
--- a/doc/lib/binaryXHR_js.html
+++ b/doc/lib/binaryXHR_js.html
@@ -74,9 +74,12 @@ need to worry about them.</P>
<P>Arguments:</P>
<UL>
<LI><P>url:string - URL from where to load the binary file.</P>
- <LI><P>callback:function(obj) - Pointer to the function that will
- be called when the binary file has been loaded. He function will be
- given a single argument; an object of type <A HREF="#BinaryFile">BinaryFile</A>.</P>
+ <LI><P>callback:function(obj[,arg]) - Pointer to the function that will
+ be called when the binary file has been loaded. <br>
+ The function will be
+ given one or two arguments; the first one is an object of type <A HREF="#BinaryFile">BinaryFile</A>.
+ The second one is the argument described below, if available.</P>
+ <LI><P>callback_arg:any (optional) - If present, it will be given as argument to the callback function.</P>
</UL>
<P>Output:</P>
<UL>