write accepts any data
authorTakeshi Yoshino <tyoshino@google.com>
Mon, 09 Dec 2013 23:19:07 +0900
changeset 111 f3c425cc88db
parent 110 6a7a40bde1e5
child 112 04ada4f1c691
child 115 14b1075d41d8
write accepts any data
Overview.htm
--- a/Overview.htm	Mon Dec 09 23:16:26 2013 +0900
+++ b/Overview.htm	Mon Dec 09 23:19:07 2013 +0900
@@ -428,7 +428,7 @@
 					</p>
 
 					<dl class="parameters">
-						<dt>(DOMString or ArrayBufferView or Blob) data</dt>
+						<dt>any data</dt>
 						<dd>Data to write.</dd>
 					</dl>
 				</dd>