Even after enabling JS, all I saw waa a white/blank page. They probably want me to enable cookies and/or DOM storage.

  • Slotos@feddit.nl
    link
    fedilink
    English
    arrow-up
    47
    arrow-down
    1
    ·
    4 months ago

    Welcome to the world of SPAs. Where every little thing needs its own application.

    Damn it, we even have HTML tags that are impossible to employ in their entirety without use of JavaScript. <dialog> is infuriating and is literally two attributes away from not needing JavaScript.

    Except on Chrome. Dialog is broken on Chrome and you will have to clean up with JavaScript after chrome’s own half assed implementation.