Is there a way to add `crossOrigin: "use-credentials"` like with an HTML image while requesting an image? ```html <img src={} crossOrigin="use-credentials" alt={} /> ```