rem’s avatarrem’s Twitter Archive—№ 64,960

  1. …in reply to @jaffathecake
    jaffathecake new TextEncoder().encode(node.childNodes[0].data); // #text node - has the wrong Uint32Array length when compared to another method—
    1. …in reply to @rem
      jaffathecake —in that I suspect because the content is _already_ UTF8 encoded as a DOMString, the source is wrong in the first place.