Skip to content

Conversation

@pavelfeldman
Copy link
Member

No description provided.

+ let callback;
+ const result = new Promise(f => callback = f);
+ const poll = () => {
+ if (!docAcc.firstChild && content.document.body.hasChildNodes()) {
Copy link
Contributor

@JoelEinbinder JoelEinbinder Jan 29, 2020

Choose a reason for hiding this comment

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

Is it always racing against a blank document? I expected it to be racing against some previous cached DOM state, which happens to be blank in our tests.

@JoelEinbinder
Copy link
Contributor

closed in favor of #755

@pavelfeldman pavelfeldman deleted the be_a11 branch April 17, 2020 21:11
sand4rt pushed a commit to sand4rt/playwright that referenced this pull request Dec 21, 2022
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
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.

2 participants