[Csnd-dev] unpkg CDN
Victor Lazzarini <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <[email protected]> |
I am having CORS issues with the unpkg CDN. Does anyone know any work-around?
const { Csound } = await import('https://www.unpkg.com/@csound/[email protected]/dist/csound.js’);
gives me (running on a locals server, the same running from github pages)
ping_cdn.html:1 Access to script at 'https://www.unpkg.com/@csound/[email protected]/dist/csound.js' from origin 'http://127.0.0.1:8080' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
ping_cdn.html:23 GET https://www.unpkg.com/@csound/[email protected]/dist/csound.js net::ERR_FAILED 525
ping_cdn.html:35 Uncaught (in promise) TypeError: Failed to fetch dynamically imported module: https://www.unpkg.com/@csound/[email protected]/dist/csound.js
========================
Prof. Victor Lazzarini
Maynooth University
Ireland