var audio = new Audio("src/audio/message.mp3");
undefined
audio.play()
Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: DOMException: The element has no
supported sources.}
VM1005:1 Uncaught (in promise) DOMException: The element has no supported sources.
before i upgrade nw to 0.190.0. i try this under nw 0.12.3 and chrome bwoser all is ok.