Remove note about form of data in readDataBuffer
authorTakeshi Yoshino <tyoshino@google.com>
Wed, 29 Jan 2014 20:09:33 +0900
changeset 140 93d7056adf94
parent 139 ea63ef46f36e
child 141 0983ecbc3f59
Remove note about form of data in readDataBuffer
Overview.htm
--- a/Overview.htm	Wed Jan 29 18:41:50 2014 +0900
+++ b/Overview.htm	Wed Jan 29 20:09:33 2014 +0900
@@ -1090,11 +1090,6 @@
 			<p>
 				An associated queue <dfn>readDataBuffer</dfn> which holds the bytes retrieved from <a>dataSource</a>.
 				This queue is initialized to an empty queue on construction.
-				<section class="note">
-					Retrieved bytes can be queued in <a>readDataBuffer</a> in any form.
-					For example, if bytes were retrieved as <a>ArrayBufferView</a> fragments, it's ok to store them as-is to avoid unnecessary copy.
-					If the object representing retrieved bytes is a DOMString, that should be accompanied with the encoding to use to decode it.
-				</section>
 			</p>
 
 			<p>