标签: javascript browser
我已经用自定义代码覆盖了浏览器JavaScript函数的本机原型,然后无法将其重置为本机函数:
//override with my code HTMLAudioElement.prototype.play = function doSomeStuff(){} //and then i want reset to default native function