type__error’s avatartype__error’s Twitter Archive—№ 10,178

  1. Okay, tech Twitter: why would a browser be making an XmlHttpRequest to fetch a favicon? (it's a png, if that makes a difference)🤔
    1. …in reply to @type__error
      okay, after the many good faith, potentially useful replies (thanks folks) that unfortunately did not identify the cause, I have concluded: it is cursed
      1. …in reply to @type__error
        oh my god twitter doesn’t include alt text from images in their API
    2. …in reply to @type__error
      I should add, it's a thing I built in Next.js. Assume no malicious tracking reasons
      1. …in reply to @type__error
        I'm seeing an error in Sentry "NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load <path to favicon>". This happened when it was a data URI too. Can't reproduce it myself, on any browser.