You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to create document that aren't the initial empty document nor the ones created by the navigation.
For instance:
document.implementation.createDocument(...);
document.implementation.createHTMLDocument(...);
document.importNode(...)
document patched by Devtools.
etc...
In the implementation, we are wondering if this property shouldn't be instead be part of the window object instead, because the right LocalDomWindow is associated with all of those already.
+CC @antosart
The text was updated successfully, but these errors were encountered:
ArthurSonzogni
changed the title
Anonymous iframe: document.credentials => window.credentials
Anonymous iframe: document.credentials => window.credentials?
Sep 24, 2021
See this discussion:
https://chromium-review.googlesource.com/c/chromium/src/+/3161670
It is possible to create document that aren't the initial empty document nor the ones created by the navigation.
For instance:
In the implementation, we are wondering if this property shouldn't be instead be part of the
window
object instead, because the right LocalDomWindow is associated with all of those already.+CC @antosart
The text was updated successfully, but these errors were encountered: