--- a/preview.html Fri Nov 08 03:54:56 2013 +0900
+++ b/preview.html Fri Nov 08 04:00:04 2013 +0900
@@ -388,11 +388,11 @@
</p>
</dd>
- <dt>Promise&lt;undefined> writeClose()</dt>
+ <dt>void writeClose()</dt>
<dd>
<p>
This method tells the WritableByteStream that no more data will be written to it.
- Once writeClose() has been called on a WritableByteStream, any method must not be called on the WritableByteStream.
+ Once writeClose() has been called on a WritableByteStream, any more method call must not be made on the WritableByteStream.
</p>
</dd>
</dl>
@@ -701,7 +701,7 @@
</dl>
</dd>
- <dt>Promise writeClose()</dt>
+ <dt>void writeClose()</dt>
<dd>
<p>
When all data has been read from the <a>ByteStream</a> on which writeClose() has been called, i.e. <a href="#eof-reached">EOF is reached</a>, it resolves the Promise returned by read() with a <a>ByteStreamReadResult</a> with the <a href="#widl-ByteStreamReadResult-eof">eof</a> attribute set to true.