← Back to context

Comment by brandonb927

13 days ago

Highly recommend wrapping the code to drop into the console in a immediately-invoked function expression; as it stands, it doesn't work in macOS Safari without an IIFE because top-level await is not supported in any version of Safari yet https://caniuse.com/wf-top-level-await.

Why bother supporting Safari when they aren't interested in supporting the modern web? They're five years behind.

  • In a way I agree with you; but practically 100% of iOS/iPad users are forced to use Safari. Plus, it's nice to have a browser engine that's not Chromium.

    • If that browser engine is safari, I have to seriously question the validity of that final sentence.

      The fact that safari refuses to support modern features and is forced on ios devices makes it even worse.