public interface ApplicationCache
Modifier and Type | Method | 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.
|
void enable()
ApplicationCache getApplicationCacheForFrame(String frameId)
frameId
- Identifier of the frame containing document whose application cache is retrieved.List<FrameWithManifest> getFramesWithManifests()
Copyright © 2017, 2018–2018 WebFolder OÜ. All rights reserved.