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

```
setName(file) {
  return new File(
    [file.slice(0, file.size)],
    'file',
    { type: file.type }
   )
}
```

Do you mean that it looks like API? I don't think so.

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

Received on Monday, 8 April 2019 12:29:39 UTC