If you’re still personally using Google Chrome in 2024, please stop it, it is lib behavior at this point.

If something you absolutely need requires chromium use:

Switch to Firefox Now

  • zongor [comrade/them, he/him]@hexbear.net
    link
    fedilink
    English
    arrow-up
    6
    ·
    8 months ago

    I have a very specific gripe about chromium based browsers and it’s that they don’t follow the ECMAScript spec well. For example in Chrome if you create a JavaScript class and scope some fields as private, if you try to access them chrome will just let you. On Firefox and Safari they will block access which is the correct behavior