Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for commitSave (0.16 sec)

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

      // Show dialog for saving the current config.
      function showSaveDialog(e) {
        saveError.innerText = '';
        showDialog(saveDialog);
        saveInput.focus();
      }
    
      // Commit save config.
      function commitSave(e) {
        const name = saveInput.value;
        const url = new URL(document.URL);
        // Set path relative to existing path.
        url.pathname = new URL('./saveconfig', document.URL).pathname;
    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