- From: Eric Uhrhane via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 16 Apr 2012 19:29:51 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/file-system
In directory hutz:/tmp/cvs-serv9896
Modified Files:
file-writer.html
Log Message:
Bugfix: Derive FileSaver from EventTarget.
Index: file-writer.html
===================================================================
RCS file: /sources/public/2009/dap/file-system/file-writer.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- file-writer.html 7 Mar 2012 22:46:58 -0000 1.41
+++ file-writer.html 16 Apr 2012 19:29:49 -0000 1.42
@@ -351,7 +351,7 @@
object (Window [[!HTML5]]) and within Web Workers (WorkerUtils
[[!WEBWORKERS]]).
</p>
- <dl title='[Constructor(Blob data)] interface FileSaver' class='idl'>
+ <dl title='[Constructor(Blob data)] interface FileSaver : EventTarget' class='idl'>
<dt>void abort ()</dt>
<dd>
<p>
Received on Monday, 16 April 2012 19:29:54 UTC