boda_jsEnv/env_xbb_lastest_jsdom/env/HTMLAudioElement.js
xuxiaobo-bobo 92d87fb6b7 '0216'
2023-02-16 23:35:17 +08:00

6 lines
321 B
JavaScript

// HTMLAudioElement对象
HTMLAudioElement = function HTMLAudioElement(){return bodavm.toolsFunc.throwError("TypeError", "Illegal constructor")}
bodavm.toolsFunc.safeProto(HTMLAudioElement, "HTMLAudioElement");
HTMLAudioElement.prototype.__proto__=HTMLMediaElement.prototype;
HTMLAudioElement.__proto__=HTMLMediaElement;