Html – <Base> href does not work for javascript in Edge Browser for local files
I have some local html files which have relative paths for style sheets and javascript: <link href="/css/rendering.css" rel="stylesheet"> <script type="text/javascript" src="/script/task.js"></script> With a <base> href set, the css works, but the script does not, if I set a full path…