you are viewing a single comment's thread
view the rest of the comments
[–] -5 points 2 years ago (4 children)

Isn't it basically a fundamental underlying technology of the web I don't understand how you can have it disabled and still be able to access modern websites.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 10 points 2 years ago (3 children)

    it isn't. that is html and css, some would argue it's html only.

    javascript is not needed to load a website. It's useful for interaction, and needed to load content separately and dynamically. without it you get a mostly (but not totally) static document like in Office Word

  • source
  • parent
  • hideshow 3 child comments
  • [–] 0 points 2 years ago (2 children)

    CSR exists. You know, WASM CSR websites rely on JS to manipulate the DOM.

  • source
  • parent
  • hideshow 2 child comments