You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found how to force some event loop. At your application you should do:
use Chrome::DevToolsProtocol::Transport;
use Chrome::DevToolsProtocol::Transport::NetAsync;
$Chrome::DevToolsProtocol::Transport::implementation =
$Chrome::DevToolsProtocol::Transport::default;
Provide an interface which allow to select desired event loop or force WWW:M:C to use some
Copied from here
The text was updated successfully, but these errors were encountered: