Caputo
0
Q:

This expression is not constructable. Type 'Promise<any>' has no construct signatures.

let contextClass : any = window.AudioContext || window.webkitAudioContext;
let context: AudioContext = new contextClass();
1

New to Communities?

Join the community