vcdrom
vcdrom copied to clipboard
Error when using local file
Calling VCDrom('waveform1', 'name_of_vcd_file_on_server.vcd') fails without a bit of hand editing: the code in getReaders doesn't define ext. Adding ext: getExt(vcdPath), should fix the bug.
Are you running it on HTTP server? Or just on local machine?
A local HTTP server (Node's npx http-server).
Manually adding the missing attribute in the Javascript console causes the code to work.