Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for initConfigManager (0.15 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/driver/html/common.js

      fetch(url.toString(), {method: method})
          .then((response) => { done(response.ok); })
          .catch((error) => { done(false); });
    }
    
    // Initialize handlers for saving/loading configurations.
    function initConfigManager() {
      'use strict';
    
      // Initialize various elements.
      function elem(id) {
        const result = document.getElementById(id);
        if (!result) console.warn('element ' + id + ' not found');
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 20K bytes
    - Viewed (0)
Back to top