We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It’d be nice if https://interactive-examples.mdn.mozilla.net were CORS-enabled, so that it’d be possible use fetch/xhr/ajax to get resources from it.
See mdn/content#726 for some context; I had considered using https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.mp4 as a request URL in a live sample within the https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/progress_event article — but found that it wouldn’t work, due the fact that https://interactive-examples.mdn.mozilla.net responses have no Access-Control-Allow-Origin header.
The text was updated successfully, but these errors were encountered:
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.
Sorry, something went wrong.
No branches or pull requests
It’d be nice if https://interactive-examples.mdn.mozilla.net were CORS-enabled, so that it’d be possible use fetch/xhr/ajax to get resources from it.
See mdn/content#726 for some context; I had considered using https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.mp4 as a request URL in a live sample within the https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/progress_event article — but found that it wouldn’t work, due the fact that https://interactive-examples.mdn.mozilla.net responses have no Access-Control-Allow-Origin header.
The text was updated successfully, but these errors were encountered: