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
require "chrome_remote" chrome = ChromeRemote.client chrome.send_cmd "Fetch.enable" chrome.on "Fetch.requestPaused" do |obj| chrome.send_cmd "Fetch.continueRequest", { requestId: obj["requestId"] } end chrome.listen
With the above code I eventually get: SystemStackError: stack level too deep
SystemStackError: stack level too deep
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
Can you share the stack trace?
Sorry, something went wrong.
No branches or pull requests
With the above code I eventually get:
SystemStackError: stack level too deep
What am I doing wrong?
The text was updated successfully, but these errors were encountered: