Re: [whatwg] Make the files attribute of the input element writable

On 12/15/12 8:39 PM, Jonas Sicking wrote:
> myFileInput.files = [ablob, afile, anotherblob, new Blob(["foo"])];

There's no way to express that in WebIDL, but I think that's a bug we 
should fix in WebIDL.  We should allow getters and setters for 
attributes to accept different IDL types...

-Boris

Received on Sunday, 16 December 2012 03:06:16 UTC