Re: [w3c/FileAPI] Remove FileList (Migrate to | typedef FileList FrozenArray<File>; | (#19)

@vsesh 
It's a same that you can't modify the file list
I wouldn't want `input.files` to be a FrozenArray

I want to take a file, modify it, reconstruct a new File object and push it into `input.files` but that wouldn't be possible if it's going to be a frozen array

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/issues/19#issuecomment-282986993

Received on Tuesday, 28 February 2017 09:24:56 UTC