Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for xhr (0.14 sec)

  1. src/internal/trace/traceviewer/mmu.go

            container.css('opacity', '.5');
            refreshChart.count++;
            var seq = refreshChart.count;
            $.getJSON('?mode=plot&flags=' + mmuFlags())
             .fail(function(xhr, status, error) {
               alert('failed to load plot: ' + status);
             })
             .done(function(result) {
               if (refreshChart.count === seq)
                 drawChart(result);
             });
          }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:53 UTC 2023
    - 13K bytes
    - Viewed (0)
Back to top