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

@annevk, We have already a good example what I want: [Date](https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Global_Objects/Date). Its API is mutable. Libraries like [Date fns](https://date-fns.org/) are built around them to provide immutable API for everyone who wants:

> useful property that when you hand someone an object, they cannot change it from underneath you

So mutable comes first, immutability wrapper is around it. All people are satisfied. Is it clear?

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

Received on Monday, 8 April 2019 13:41:35 UTC