Re: [w3c/FileAPI] Readonly attributes without setters? (#126)

@andrew-aladev At the code at the previous comment/plnkr if you check the `lastModified` property you will observe that the instance set at `FormData` has the same value as the original `file` variable 

` setTimeout(() => console.log(fd.get("fileName.txt"), file), 3500)`

-- 
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/126#issuecomment-480976057

Received on Monday, 8 April 2019 19:36:00 UTC