Skip to content
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

Add doc for window events #1512

Closed

Conversation

chrisbreiding
Copy link
Contributor

@chrisbreiding chrisbreiding commented Mar 22, 2019

TODO

Closes #1465

@chrisbreiding chrisbreiding changed the base branch from develop to issue-890-background-updates March 22, 2019 19:16
---
title: window:<event>
---

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if their page has several windows, like if they have iframes on the page, can they listen to the iframe's window events? Can we show an example of this if so?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it's the status quo as far as iframe support is concerned. It only binds to the AUT's top window. We'll have to do extra work when we add iframe support, but it shouldn't change the API. The window is available as event.target, so the user can know which iframe window it is based on that.

@CLAassistant
Copy link

CLAassistant commented Jul 7, 2019

CLA assistant check
All committers have signed the CLA.

@jennifer-shehane jennifer-shehane marked this pull request as draft June 3, 2020 08:10
@amirrustam amirrustam closed this Feb 22, 2021
@matthamil matthamil deleted the issue-1465-window-events branch April 14, 2021 19:42
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.

4 participants