mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-22 13:28:14 +08:00
6 lines
321 B
JavaScript
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;
|