Fixed pipe()'s return type to Promise
authorTakeshi Yoshino <tyoshino@google.com>
Tue, 12 Nov 2013 07:00:49 +0900
changeset 63 e75761101f4a
parent 62 e2b01e451a34
child 64 9278fc5459b7
Fixed pipe()'s return type to Promise
preview.html
--- a/preview.html	Tue Nov 12 06:57:23 2013 +0900
+++ b/preview.html	Tue Nov 12 07:00:49 2013 +0900
@@ -618,7 +618,7 @@
 				</section>
 			</dd>
 
-			<dt>ByteStreamReadResult pipe()</dt>
+			<dt>Promise&amp;lt;ByteStreamReadResult&gt; pipe()</dt>
 			<dd>
 				<p>
 					This method bulk transfers bytes from the ReadableByteStream to a <a>WritableByteStream</a>.