Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInner document of iframe is null #16270
Closed
Comments
|
Can you show us the JS code that you've used to access the |
|
I attached the file with html and js code to the first comment. |
|
Yes, this behaves as described when run from a file:// URL (where every URL is cross-origin), but works as expected when run from an http:// URL (where the iframe is same-origin). This is a symptom of #15233, so I'll close it in favour of that. Thanks for reporting it! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting
nullwhen accessingdocumentproperty of iframe. The same code on Firefox works correctly (it returnsHTMLDocumentobject).test.zip