Skip to content

Correct type of Window.frameElement #956

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 21, 2020
Merged

Conversation

djcsdy
Copy link
Contributor

@djcsdy djcsdy commented Nov 21, 2020

frameElement is null if the window is the top-level window, or if the window is embedded in a document that has a different origin.

See https://developer.mozilla.org/en-US/docs/Web/API/Window/frameElement

@djcsdy djcsdy requested a review from sandersn as a code owner November 21, 2020 07:38
frameElement is null if the window is the top-level window, or if the
window is embedded in a document that has a different origin.

See https://developer.mozilla.org/en-US/docs/Web/API/Window/frameElement
Co-authored-by: Kagami Sascha Rosylight <[email protected]>
@orta
Copy link
Contributor

orta commented Dec 21, 2020

Cool, yep, this looks accurate to me

@orta orta merged commit 488ab1f into microsoft:master Dec 21, 2020
@djcsdy djcsdy deleted the frameElement branch December 21, 2020 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants