Interface ApplicationCache


  • public interface ApplicationCache
    • Method Detail

      • enable

        void enable()
        Enables application cache domain notifications.
      • getApplicationCacheForFrame

        ApplicationCache getApplicationCacheForFrame​(String frameId)
        Returns relevant application cache data for the document in given frame.
        Parameters:
        frameId - Identifier of the frame containing document whose application cache is retrieved.
        Returns:
        Relevant application cache data for the document in given frame.
      • getFramesWithManifests

        List<FrameWithManifest> getFramesWithManifests()
        Returns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.
        Returns:
        Array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.
      • getManifestForFrame

        String getManifestForFrame​(String frameId)
        Returns manifest URL for document in the given frame.
        Parameters:
        frameId - Identifier of the frame containing document whose manifest is retrieved.
        Returns:
        Manifest URL for document in the given frame.