Locate the code block:
Add the following line below:
path = path.replace(/\\/g, '/').replace(/[\/]{2,}/g, '/');
Replace the line:
with the following one:
let baseURL = new URL(path, isAbsolute ? undefined : mediaBackend);
See also:
windows-filesystem