The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

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 RT CPAN bug queue at https://rt.cpan.org/Public/Dist/Display.html?Name=WWW-Mechanize-Chrome or via mail to www-mechanize-Chrome-Bugs@rt.cpan.org.

AUTHOR

Max Maischein corion@cpan.org

COPYRIGHT (c)

Copyright 2010-2020 by Max Maischein corion@cpan.org.

LICENSE

This module is released under the same terms as Perl itself.