<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Resources with unsaved changes should have an asterisk after their name"
   href="https://bugs.webkit.org/show_bug.cgi?id=161456#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Resources with unsaved changes should have an asterisk after their name"
   href="https://bugs.webkit.org/show_bug.cgi?id=161456">bug 161456</a>
              from <span class="vcard"><a class="email" href="mailto:joepeck&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=161456#c2">comment #2</a>)
<span class="quote">&gt; +1, but there is a slight issue with this in that the current definition of
&gt; InspectorFrontendHost::save does not actually return whether the save was
&gt; completed or not.</span >

I think it actually should call through to:

    InspectorFrontendAPI.savedURL

Which is currently unimplemented:

    InspectorFrontendAPI = {
        ...
        savedURL: function(url)
        {
            // Not used yet.
        },
        ...
    }

The frontend host (the person who injected InspectorFrontendHost) communicates with the inspector page by calling InspectorFrontendAPI methods. So the contract for InspectorFrontendHost.save will eventually response with a InspectorFrontendAPI.savedURL.

It is not a perfect API by any means, and totally changeable.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>