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

Update ExecuteJavascriptMiddleware.php by allowing config of waitUntilNetworkIdle() #202

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

josezenem
Copy link

This pull request introduces an additional improvement to #56 by allowing the configuration of waitUntilNetworkIdle(). The previous implementation assumed the true statement, making it impossible to overwrite this behavior without duplicating the class, which I ran into for a particular project.

To address this, a new config variable called waitUntilNetworkIdle has been introduced. By default, the config is set to true to maintain backward compatibility with the original pull request. However, you now have the flexibility to overwrite the setting and set it to false.

@ksassnowski
Copy link
Contributor

Sorry for the delay.

Looks good to me, thanks for the contribution! Can you rebase your changes on top of main and push again? There's a small merge conflict due to some recent changes I've made.

@josezenem
Copy link
Author

Of course, no problem thank you! i have updated and pushed, thanks again.

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.

None yet

2 participants
-