Có, đặc điểm kỹ thuật chính thức nêu thuộc tính nguồn gốc chéo là:
The crossorigin attribute is a CORS settings attribute. Its purpose is to allow images from third-party sites that allow cross-origin access to be used with canvas.
Bạn có thể sử dụng nó để giải quyết các lỗi JavaScript như lỗi ghi nhật ký js:
if (securityOrigin()->canRequest(targetUrl)) { msg = myErroe; line = myLineNumber; source = sourceURL; } else { msg = "Error!"; source = String(); line = 0; }