- From: Ilkka Oksanen via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 22 Sep 2010 14:43:22 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera In directory hutz:/tmp/cvs-serv9385 Modified Files: Overview-API.html Log Message: Added a note about cancel() Index: Overview-API.html =================================================================== RCS file: /sources/public/2009/dap/camera/Overview-API.html,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- Overview-API.html 21 Sep 2010 20:29:52 -0000 1.26 +++ Overview-API.html 22 Sep 2010 14:43:20 -0000 1.27 @@ -459,7 +459,13 @@ <dl title="[NoInterfaceObject] interface PendingOperation" class="idl"> <dt>void cancel ()</dt> - <dd>Cancel the pending asynchronous operation and close the native recording application automatically. No success or error callback for the pending operation will be invoked. Possible incomplete set of capture files will be deleted.</dd> + <dd>Cancel the pending asynchronous operation and close the native recording application automatically. No success or error callback for the pending operation will be invoked. Possible incomplete set of capture files will be deleted. + + <p class='note'> + The effect of cancel method is currently under discussion in the working group. Is it necessary to delete files? Which callbacks (if any) should be invoked? + </p> + + </dd> </dl> </section>
Received on Wednesday, 22 September 2010 14:43:23 UTC