Re: [w3c/FileAPI] Define WebKit's underlying file changes behavior (#47)

If the underlying file size changes, we must be sure that we maintain the run-to-completion semantics.
This means that file.size == file.size must always be true.

Plus, if the underlying file changes, maybe also the type changes. Should file.type changes too? The same is for its name.

If we really want to support this feature, I suggest to introduce a 'changed' event and, only when triggered, the DOM File attributes should be updated.

-- 
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/47#issuecomment-389469979

Received on Wednesday, 16 May 2018 10:21:10 UTC