есть код:
<canvas id='mc' onclick='mcp(this)' width='0' height='0'></canvas>
<br/>
<script>
for(prop in document) {
document.body.innerHTML += 'document.getElementById("mc").getContext("2d").' + prop + ' = ' + document.getElementById("mc").getContext("2d")[prop] + '<br/>\n';
}
</script>
Почему он не выводит значения fillRect, и т. п., зато есть какой- то querySelector?