<html>
    <head>
      <base href="https://bugs.webkit.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:ourson66&#64;mac.com" title="Steve Sauder &lt;ourson66&#64;mac.com&gt;"> <span class="fn">Steve Sauder</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - WKWebView does not fully support custom NSURLProtocol"
   href="https://bugs.webkit.org/show_bug.cgi?id=138169">bug 138169</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>ourson66&#64;mac.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - WKWebView does not fully support custom NSURLProtocol"
   href="https://bugs.webkit.org/show_bug.cgi?id=138169#c30">Comment # 30</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - WKWebView does not fully support custom NSURLProtocol"
   href="https://bugs.webkit.org/show_bug.cgi?id=138169">bug 138169</a>
              from <span class="vcard"><a class="email" href="mailto:ourson66&#64;mac.com" title="Steve Sauder &lt;ourson66&#64;mac.com&gt;"> <span class="fn">Steve Sauder</span></a>
</span></b>
        <pre>I have an additional use case that might be useful - i'm writing a WKWebKit-based application - not based on Cordoba, but built myself, that is intended to be used in a situation where it may be required to function without network connectivity for a period of time - and it must have a fairly large set of images cached on the device (read: larger than localStorage or other storage methods would permit) in order to maintain it's functionality while temporarily offline.  The only useful way I've found to be able to do that is to use NSURLProtocol to manage caching of the imagery at the app level (using CoreData).  There doesn't appear to be any other comprehensive way to intercept the network requests and provide our own caching mechanism without using NSURLProtocol.</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>