| FoxitPDFSDKforWeb v11.0.4
    
    Foxit PDF SDK for Web | 
The storage API within this namespace is responsible for storing and retrieving data. If the default driver is not meet your needs, the StorageDriver interface offers a standardized approach to implement a customized storage solution. More...
| Classes | |
| class | IndexedDBStorageDriver | 
| The default built-in storage driver solution based on IndexedDB since 9.2.0.  More... | |
| class | LocalStorageDriver | 
| The storage driver solution based on localStorage.  More... | |
| interface | PDFViewerStorageContext | 
| This is an extension of the StorageContext interface. Storage requests triggered by business layer code above the PDFViewerCtrl layer usually carry a PDFViewer instance. Therefore, this interface describes such a StorageContext.  More... | |
| interface | StorageContext | 
| Stores the context used to generate storage space names.  More... | |
| interface | StorageDriver | 
| Represents a storage driver.  More... | |
| interface | StorageDriverChangeEvent< T > | 
| Represents an event triggered when there is a change in the storage driver.  T The type of the old and new values in the storage change event.  More... | |
| interface | StorageDriverRemoveEvent | 
| Represents an event triggered when a stored value is removed in the storage driver.  More... | |
| Enumerations | |
| enum | StorageFeature { MEASUREMENT = 'measurement' , STAMP = 'stamp' } | 
| Represents the available storage features.  More... | |
The storage API within this namespace is responsible for storing and retrieving data. If the default driver is not meet your needs, the StorageDriver interface offers a standardized approach to implement a customized storage solution.
| enum StorageFeature |