- From: Eric Uhrhane via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 Oct 2010 00:09:46 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/file-system/pub/FileWriter In directory hutz:/tmp/cvs-serv15139/file-system/pub/FileWriter Modified Files: Overview.html Log Message: More validation fixes. Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/file-system/pub/FileWriter/Overview.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Overview.html 25 Oct 2010 23:59:39 -0000 1.4 +++ Overview.html 26 Oct 2010 00:09:44 -0000 1.5 @@ -618,8 +618,7 @@ class="excDesc"><table class="exceptionCodes"><tbody><tr><td class="excCodeName"><code>INVALID_STATE_ERR</code></td><td class="excCodeDesc">A user called <code>abort</code> while <code>readyState</code> - was <code>DONE</code>. - </td></tr></tbody></table></td></tr></tbody></table><div><em>Return + was <code>DONE</code>.</td></tr></tbody></table></td></tr></tbody></table><div><em>Return type: </em><code><a>void</a></code></div></dd></dl></div><div class="section" id="constants"><h3><span class="secno">5.3 </span>Constants</h3><dl class="constants"><dt id="widl-FileSaver-DONE"><code>DONE</code> of @@ -880,8 +879,7 @@ class="excDesc"><table class="exceptionCodes"><tbody><tr><td class="excCodeName"><code>INVALID_STATE_ERR</code></td><td class="excCodeDesc">A user called <code>seek</code> while <code>readyState</code> - was <code>WRITING</code>. - </td></tr></tbody></table></td></tr></tbody></table><div><em>Return + was <code>WRITING</code>.</td></tr></tbody></table></td></tr></tbody></table><div><em>Return type: </em><code><a>void</a></code></div></dd><dt id="widl-FileWriter-truncate"><code>truncate</code></dt><dd> <p> @@ -1044,8 +1042,7 @@ class="excDesc"><table class="exceptionCodes"><tbody><tr><td class="excCodeName"><code>INVALID_STATE_ERR</code></td><td class="excCodeDesc">A user called <code>write</code> while <code>readyState</code> - was <code>WRITING</code>. - </td></tr></tbody></table></td></tr></tbody></table><div><em>Return + was <code>WRITING</code>.</td></tr></tbody></table></td></tr></tbody></table><div><em>Return type: </em><code><a>void</a></code></div></dd></dl></div> </div> <div class="section" id="the-filewritersync-interface"> @@ -1124,8 +1121,7 @@ class="excDesc"><table class="exceptionCodes"><tbody><tr><td class="excCodeName"><code>INVALID_STATE_ERR</code></td><td class="excCodeDesc">A user called <code>seek</code> while <code>readyState</code> - was <code>WRITING</code>. - </td></tr></tbody></table></td></tr></tbody></table><div><em>Return + was <code>WRITING</code>.</td></tr></tbody></table></td></tr></tbody></table><div><em>Return type: </em><code><a>void</a></code></div></dd><dt id="widl-FileWriterSync-truncate"><code>truncate</code></dt><dd> <p>
Received on Tuesday, 26 October 2010 00:09:47 UTC