Clarify readExact note
authorTakeshi Yoshino <tyoshino@google.com>
Fri, 08 Nov 2013 13:46:18 +0900
changeset 58 2a9e82a40ba1
parent 57 d3ba5d6c0ec0
child 59 553475dc318c
Clarify readExact note
preview.html
--- a/preview.html	Fri Nov 08 06:07:08 2013 +0900
+++ b/preview.html	Fri Nov 08 13:46:18 2013 +0900
@@ -467,7 +467,8 @@
 					The same as <code>read()</code> except for the following points:
 
 					<ol>
-						<li>waits until bytes of the specified number become readable</li>
+						<li>Returns data synchronously only when bytes of the specified number are synchronously readable</li>
+						<li>Fulfills the Promise only when EOF is reached or bytes of the specified number become readable</li>
 						<li><code>readType</code> must be one of "<code>arraybuffer</code>", "<code>blob</code>" and "<code>none</code>"</li>
 						<li>size parameter is not omittable</li>
 					</ol>