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

0

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

let contextClass : any = window.AudioContext || window.webkitAudioContext;
let context: AudioContext = new contextClass();
Posted by: Guest on July-21-2020

Code answers related to "This expression is not constructable. Type 'Promise<any>' has no construct signatures."

Code answers related to "TypeScript"

Browse Popular Code Answers by Language