Can the valid-url be utilized for URL validation in JSFiddle to facilitate sharing afterwards? An attempt was made by linking the index.js
file from Github (https://raw.githubusercontent.com/ogt/valid-url/master/index.js) but Fiddle responded with:
Github is not a CDN, using it as such will cause issues with loading the file. Do you still wish to proceed?
As expected, an error occurs when attempting to use it:
Refused to execute script from [...] because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.
Is there a method to incorporate npm packages within a JSFiddle environment? Or any workaround that could achieve this purpose?