Some images cannot be read when using TextureUniform

One case is when the image is a cross-domain image, the correct texture cannot be obtained.
, the other case is when I set the TextureUniform’s url to base64 or blob-url, the image also fails to load.
Is there something wrong with my use?