Group
Extension

Matches 1

Dancer-Plugin-Progress ( M/MS/MSTPLBG/Dancer-Plugin-Progress-0.001.tar.gz, MSTPLBG, 2011; MetaCPAN )
Dancer-Plugin-Progress/lib/Dancer/Plugin/Progress.pm ( view source; MetaCPAN )
{_progress};
};

get '/_progress/:name' => sub {
    header 'Content-Type' => 'application/json';
    to_json(_progress(params->{name}));
};

register_plugin;

1;

=pod

=head1 NAME

Dancer::Plugin::P
iv>

    <script type="text/javascript">
    function pollProgress(name, interval) {
        $.getJSON('/_progress/' + name, function(pg) {
            if (pg.progress === null) {
                $('#

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