Group
Extension

Matches 2

WWW-Mechanize-Firefox ( C/CO/CORION/WWW-Mechanize-Firefox-0.80.tar.gz, CORION, 2018; MetaCPAN )
WWW-Mechanize-Firefox/lib/Firefox/Application.pm ( view source; MetaCPAN )
y $api = delete $args{ api };
    if (! ref $args{ repl }) {
        my @passthrough = qw(repl js_JSON launch);
        my %options = map { exists $args{ $_ } ? ($_ => delete $args{ $_ }) : () } 
    
WWW-Mechanize-Firefox ( C/CO/CORION/WWW-Mechanize-Firefox-0.80.tar.gz, CORION, 2018; MetaCPAN )
WWW-Mechanize-Firefox/lib/WWW/Mechanize/Firefox.pm ( view source; MetaCPAN )


=item *

C<js_JSON> - whether to use native JSON encoder of Firefox

    js_JSON => 'native', # force using the native JSON encoder

The default is to autodetect whether a native JSON encoder is ava


    if (! ref $args{ app }) {
        my @passthrough = qw(launch repl bufsize log use_queue js_JSON);
        my %options = map { exists $args{ $_ } ? ($_ => delete $args{ $_ }) : () }
            
$encoding)";
            # Switch on UTF-8 flag
            # This should never happen, as JSON::XS (and JSON) should always
            # already return proper UTF-8
            # But it does happen.

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.