ember-fastboot / simple-dom

208 stars 33 forks source link

nodeValue property on comment and text nodes should be mutable #72

Closed tomdale closed 5 years ago

tomdale commented 5 years ago

I think this was just an oversight. The DOM API specifies that nodeValue should be mutable, but we had it annotated as readonly. Glimmer VM relies on setting this property in the DynamicTextContent opcode.