Conversation
Changes: - The proposal - A typo in the description - The values type
|
is there already a "read-only" property that does this? |
|
Like a readonly, yes, but I don't found it in the spec/extensions. And, imho, if I can, I prefer a single word (mutable, writable, ...) to avoid to enforce the case style. |
|
I'm thinking again about the
|
|
Additionaly, a |
|
A few like the HTML { readonly: false, mutable: true} // writable by everyone
{ readonly: true, mutable: true} // writable but not allowed to you
{ readonly: false, mutable: false } // writable by everyone, once only
{ readonly: true, mutable: false } // writable but not allowed to you, once only |
|
ok, let's do this: head over to the collection-json org (https://github.com/collection-json/extensions) and let's start this as an official extension. there are minimal steps and it will make it easily availbale to everyone who wants to adopt it. we can continue the discussion there. |
|
Hi, just done ;) |
Changes: