I have a web site that plays sounds using html5 <audio>
element, and it working grate on almost all environments.
However on 2 of our QA machines this line of code throw an exception
new Audio();
The exception is "Not implemented"
This happen on both IE11 and on Edge on 2 machines that runs:
1. Window 10 Pro N
2. Window 10 Enterprise N
On Chrome on these machines it working fine.
This issue was tested on different Windows versions (7, 8, 8.1 and 10), and it works grate. According to IE support table (see https://www.w3schools.com/html/html5_audio.asp) audio element is supported from IE-9 so I don't think this is an IE issue, in addition this also not working in Edge on these machines, so I think this is an OS issue.