UseJunior Book a Demo

Engineering Tag

JavaScript

1 post tagged JavaScript.

  1. Patching a CharacterData state drift in xmldom

    We diagnosed and upstreamed a fix for xmldom CharacterData state drift: data and nodeValue were separate backing fields, so direct assignment to one could leave the other stale and cause XMLSerializer to emit outdated content.