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

  1. Anyone know if it's possible to _read_ the contents of a DOM node as an ArrayBuffer? **Not** convert the *text* to an arraybuffer.
    1. …in reply to @rem
      I don't think it is, and I have a round-the-houses way to get to what I need, but just wondering if I'm missing something useful.
      1. …in reply to @rem
        TextEncoder also doesn't work on the .innerHTML of the node (I thought it might, but it returns the wrong length)