Tobias Buschor
Tobias Buschor
Do you mean something like that? Current behavior ```html // .value == "true" // .value == "true" // i think .value should be "" (empty string) ``` Future ```html //...
Is this script still maintained?
Thank you for that!
I am aware of that. But how can I define a value as neither readable nor writable? ```json { "readOnly": true "writeOnly":true } ``` This does not seem logical to...
My main concern is that I want to define data as neither writable nor readable. The fact that the foot gun disappears is a nice side effect, isn't it? What...
Since json-schema is versioned, such a change would not be disastrous. But I agree that it is tedious to adapt libraries and schemas. It would be a change that can...
At the moment, this is not of great importance to me. I just wanted to point out that at some point, somewhere, there will be a use case for marking...
similiar issue: https://github.com/proposal-signals/proposal-signals/issues/88 Thank you for adding a use case.
Oh no, unfortunately EventTarget is a Dom-specific extension... :(