I am working on angular and I want to access the textarea in my object tag.
<object type="text/html" data="http://webpage.com">
</object>
Imagen that the url has the following:
<textarea name="here"></textarea>
I trye to find it through the console with:
window[0].document.getElementsByTagName("textarea")[0]
But I get Error: Permission denied to access property "document"