Re: [css-houdini-drafts] [css-typed-om] Why does `get` return by reference and `getAll` by value?

It's not meant to be reference to the data at all. All the objects returned by get/getAll should be "dead" reified values; the only way to manipulate the underlying values is by calling .set() with what you want.

I definitely see what I'm doing wrong in the spec, tho. Will fix.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/721#issuecomment-370026133 using your GitHub account

Received on Friday, 2 March 2018 19:25:12 UTC