Making a console that that shows the error of an Iframe with attribute "srcdoc"
I'm trying build a console for the content that is on the iframe using scrdoc, so for example if a console.log(a) is injected to the srcdoc/iframe then to print on the screen with a custom box the error message that the a is not defined.