From f9c07943b51c528c10b3ff57a055c6a1d5f9623e Mon Sep 17 00:00:00 2001
From: Frank Wuerthwein
Date: Sun, 8 Feb 2009 16:22:23 +0000
Subject: Improve formatting
---
doc/lib/binaryXHR_js.html | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
(limited to 'doc')
diff --git a/doc/lib/binaryXHR_js.html b/doc/lib/binaryXHR_js.html
index 0f4cc9e..1913fad 100644
--- a/doc/lib/binaryXHR_js.html
+++ b/doc/lib/binaryXHR_js.html
@@ -16,13 +16,9 @@
TD P { margin-bottom: 0.08in }
H1 { margin-bottom: 0.08in }
H1.western { font-family: "Liberation Sans", sans-serif; font-size: 22pt }
- H1.cjk { font-family: "DejaVu Sans"; font-size: 16pt }
- H1.ctl { font-family: "DejaVu Sans"; font-size: 16pt }
P { margin-bottom: 0.08in }
TH P { margin-bottom: 0.08in }
- P.heading-2-western { font-family: "Liberation Serif", serif; font-size: 16pt; font-weight: bold }
- P.heading-2-cjk { font-family: "DejaVu Sans"; font-size: 18pt; font-weight: bold }
- P.heading-2-ctl { font-family: "DejaVu Sans"; font-size: 18pt; font-weight: bold }
+ H2.heading-2-western { font-family: "Liberation Serif", serif; font-size: 16pt; font-weight: bold }
A:link { so-language: zxx }
-->
@@ -41,7 +37,7 @@
-Overview
+Overview
This module provides two functions,
FetchBinaryURL and
FetchBinaryURLAsync,
@@ -60,7 +56,7 @@ numbers.
between different Web Browsers, so the user of this module does not
need to worry about them.
-Function FetchBinaryURL
+Function FetchBinaryURL
Load a binary file.
Arguments:
@@ -72,7 +68,7 @@ need to worry about them.
An object of type BinaryFile.
-Function FetchBinaryURLAsync
+Function FetchBinaryURLAsync
Initiate an asynchronous binary load.
Arguments:
@@ -89,7 +85,7 @@ need to worry about them.
The callback function will receive the loaded binary file.
-Class BinaryFile
+Class BinaryFile
This class implements the methods needed to access the content of
the binary file.
@@ -191,7 +187,7 @@ the binary file.
-Exception class InvalidBinaryFile
+Exception class InvalidBinaryFile
This is a helper exception class that can be thrown while loading the binary file.
--
cgit v1.2.3-2-g168b