Fired when a change to the storage cannot be commited
Member of Web Application (PRIM_WEB.Application)
Name | Type | Data Type | Description |
---|---|---|---|
StorageType | *Input | Enumeration | Returns the type of storage that has failed |
The StorageFailed event is fired whenever an attempt to save a value to Local or Session Storage fails.
Enum Value | Description |
---|---|
LocalStorage | Local Storage |
SessionStorage | Session Storage |
Febuary 18 V14SP2