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

Overwritten "setTimeout" and "setInterval" do not transmit provided arguments. #23

Closed
GuilloOme opened this issue Apr 6, 2017 · 1 comment

Comments

@GuilloOme
Copy link
Contributor

During JS crawling, the page script containing setTimeout and setInterval do not receive the provided arguments.
The signature of the function should be (since the delay is removed):
var intervalID = scope.setInterval(func[, param1, param2, ...]);
but actually is:
var intervalID = scope.setInterval(func);

@GuilloOme GuilloOme changed the title Over written "setTimeout" and "setInterval" do not transmit provided arguments. Overwritten "setTimeout" and "setInterval" do not transmit provided arguments. Apr 6, 2017
@GuilloOme
Copy link
Contributor Author

Proposed PR: #24

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 a pull request may close this issue.

1 participant