• @kava@lemmy.world
    link
    fedilink
    English
    2
    edit-2
    11 months ago

    Good point, I had forgotten node uses v8. It’s powering servers that run node, sure. Not every website uses node. Lemmy I think is rust backend and kbin uses PHP.

    But I mean browser specific rendering. They all follow ECMAScript standard but there are things outside of it. In the past __proto__, a way to get an object’s prototype, only worked in Spidermonkey. Or how the ECMAScript doesn’t specific what order the elements in a for…in loop shows up. Today these are little minor things

    They aren’t particularly important right now (besides hunting weird bugs) because Google follows the standards more or less. But give Google 100% control and you will start seeing dark patterns slip into the javascript itself

    • @nitefox@lemmy.world
      cake
      link
      fedilink
      English
      111 months ago

      The FE can, and probably, still uses node

      Anyway I agree with the sentiment, I use Firefox myself (actually at work I test just against Firefox lol)