NAME
Chrome::DevToolsProtocol::Transport::Pipe - choose the best pipe transport backend
METHODS
Chrome::DevToolsProtocol::Transport::Pipe->new(@args)
my $ua = Chrome::DevToolsProtocol::Transport::Pipe->new();
Creates a new instance of the transport using the "best" event loop for implementation. The default event loop is currently AnyEvent.
All parameters are passed on to the implementation class.
SUPPORTED BACKENDS
The module will try to guess the best backend to use. The currently supported backends are
AnyEvent (planned)
Mojolicious (planned)
If you want to substitute another backend, pass its class name instead of this module which only acts as a factory.
REPOSITORY
The public repository of this module is https://github.com/Corion/www-mechanize-chrome.
SUPPORT
The public support forum of this module is https://perlmonks.org/.
BUG TRACKER
Please report bugs in this module via the Github bug queue at https://github.com/Corion/WWW-Mechanize-Chrome/issues
AUTHOR
Max Maischein corion@cpan.org
COPYRIGHT (c)
Copyright 2010-2021 by Max Maischein corion@cpan.org
.
LICENSE
This module is released under the same terms as Perl itself.