-
Is there a way to prevent the crawler from closing the page on the browser after finishing with the requestHandler? |
Beta Was this translation helpful? Give feedback.
Answered by
B4nan
Dec 18, 2023
Replies: 1 comment 4 replies
-
Nope, the only way would be to not resolve from the request handler (you'd have to increase the request handler timeout probably too). What is your use case? We were discussing the very same thing recently with one company. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The handler returns a promise, you could create a promise wrapper and call resolve once you are ready to release the page.