We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dev/get-ajax
Problem/Opportunity Our docs state that dev/get-ajax and dev/get-requests will flush the internal buffer that holds these requests.
dev/get-requests
So how can we wait for the buffer to have filled before calling these functions.
In #527, 2 seconds was no longer enough for CI, so I bumped the wait to 10 seconds.
But I'd rather just wait (with a reasonable timeout) until the request is complete. Is that possible?
Proposed Solution Dunno, depends on 3rd party chrome devtools support.
Alternative Solutions none yet
Additional context none
Action I'll eventually look into this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem/Opportunity
Our docs state that
dev/get-ajax
anddev/get-requests
will flush the internal buffer that holds these requests.So how can we wait for the buffer to have filled before calling these functions.
In #527, 2 seconds was no longer enough for CI, so I bumped the wait to 10 seconds.
But I'd rather just wait (with a reasonable timeout) until the request is complete. Is that possible?
Proposed Solution
Dunno, depends on 3rd party chrome devtools support.
Alternative Solutions
none yet
Additional context
none
Action
I'll eventually look into this.
The text was updated successfully, but these errors were encountered: