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

> @andrew-aladev please familiarize yourself with https://www.w3.org/Consortium/cepc/.

You already done File API that makes pain for everyone human on this planet. Don't you think that it is too late to point at any rules? People wants to change file name. They see stackoverflow solutions like:

```
file.__proto__.setName = (file, name) => (
  new File(
    [file.slice(0, file.size)],
    name,
    { type: file.type }
   )
)
```

> Respect
> is the genuine consideration you have for someone (if only because of their status as participant in W3C, like yourself), and that you show by treating them in a polite and kind way.

Where is your respect? I see that you have no respect for people that are using your "API".

Maybe you need to change your rules. First respect should be provided from w3c developers to users. Only after that w3c can ask users for respect.

-- 
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-480816399

Received on Monday, 8 April 2019 12:45:32 UTC