Closed mrVictorios closed 6 years ago
Can you please:
CONFIG.CHILD_WINDOW_TIMEOUT
. I don't want to overload BRIDGE_TIMEOUT
.src/
and remove any refactoring, style changes, or changes to /dist
. Once your change is merged I'll build and publish.I made the adjustments.
- Please only make changes to
src/
and remove any refactoring, style changes, or changes to/dist
. Once your change is merged I'll build and publish.
^ I'm still seeing this, along with a lot of console logs. Can you please just add the two lines that are necessary for this change in src/ -- the change to config.js, and the change to ready.js to set the default window load timeout.
I created a new branch from my master and reset it to the commit f7daefd and add my changes.
Doesn't seem to have worked -- https://github.com/krakenjs/post-robot/pull/46/files still shows a lot of changes that aren't needed for this PR. Did you push your changes to your fork?
Ok I close this Pull Request Create a new Fork with changes, that should be passed :)
Hello,
in a use case wich requires to set the timeout, post-robot still ignore the value. This fix the issue. Reason for the issue the "timeout" option was not passed to the send method.
*fix style