public interface ApplicationCache
| Modifier and Type | Method and Description |
|---|---|
void |
enable()
Enables application cache domain notifications.
|
ApplicationCache |
getApplicationCacheForFrame(String frameId)
Returns relevant application cache data for the document in given frame.
|
List<FrameWithManifest> |
getFramesWithManifests()
Returns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.
|
String |
getManifestForFrame(String frameId)
Returns manifest URL for document in the given frame.
|
List<FrameWithManifest> getFramesWithManifests()
void enable()
String getManifestForFrame(String frameId)
frameId - Identifier of the frame containing document whose manifest is retrieved.ApplicationCache getApplicationCacheForFrame(String frameId)
frameId - Identifier of the frame containing document whose application cache is retrieved.Copyright © 2017 WebFolder OÜ. All rights reserved.