()
| 677 | getContext(_type: string) { |
| 678 | return { |
| 679 | drawImage() {}, |
| 680 | getImageData() { |
| 681 | if (behavior === "tainted") { |
| 682 | throw new DOMException("Tainted canvases may not be exported.", "SecurityError"); |
no outgoing calls
no test coverage detected