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

fix(axe.run): add option to increase iframe ping timeout #3233

Merged
merged 1 commit into from
Oct 22, 2021

Conversation

straker
Copy link
Contributor

@straker straker commented Oct 21, 2021

No description provided.

@straker straker requested a review from a team as a code owner October 21, 2021 15:45
@@ -36,7 +36,7 @@ function sendCommandToFrame(node, parameters, resolve, reject) {
reject(err('No response from frame', node));
}
}, 0);
}, 500);
}, parameters.options?.pingWaitTime ?? 500);
Copy link
Member

Choose a reason for hiding this comment

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

Technically, this would allow pingWaitTime to be false. I don't know if it matters here.

Copy link
Member

@scurker scurker left a comment

Choose a reason for hiding this comment

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

Since we're leaving this as undocumented, and we're planning on updating the api later when we have time - this LGTM.

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