Re: [css-houdini-drafts] computedStyleMap() must return same object

To cache, we specify that Element has a new private slot, and on first call of the method, it stores the object into that slot before returning it; later calls just return the value from the slot.

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

Received on Tuesday, 20 February 2018 21:56:18 UTC