L.E.
L.E.

Reputation: 170

MS Edge support crossorigin attribute?

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

Answers (1)

Sampson
Sampson

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

Related Questions