HTML5规范中没有描述,该描述说脚本删除getContext属性是有效的。
我们可以编写一个代码,在其中删除HTMLCanvasElement的getContext属性,然后在单独的语句中将其设为未定义。
Delete window.HTMLCanvasElement.prototype.getContext; _assertSame(window.HTMLCanvasElement.prototype.getContext, undefined, "window.HTMLCanvasElement.prototype.getContext", "undefined");