Class("Audio", {
Package: "PageItem",
background: !1,
pauseAudio: function () {
if (null != this.audio)
try {
this.audio.pause();
} catch (b) {}
},
return this.background;
},
})
how to call pauseAudio function in console browser ?