Reputation: 170
I am trying to load riot.js tag file. I had a cross domain issue but fixed it by crossorigin attribute on the script tag. It is working for all of the browsers except on Microsoft Edge. There, getting this error: "... not found in Access-Control-Allow-Origin header"
Anyone knows if MS Edge support the crossorigin attribute?
Upvotes: 0
Views: 1168
Reputation: 268344
Microsoft Edge currently does not support the [crossorigin]
attribute on script tags. If you would like to see support added, please consider voting for this feature on UserVoice. You can track platform additions on the Microsoft Edge Status resource.
Upvotes: 3