You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,15 @@ Support jStorage development
14
14
15
15
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DB26KWR2BQX5W)
16
16
17
+
## Features
18
+
19
+
jStorage supports the following features:
20
+
21
+
* store and retrieve data from browser storage using any JSON compatible data format (+ native XML nodes)
22
+
* set TTL values to stored keys for auto expiring
23
+
* listen for key changes (update, delete) from the current or any other browser window
24
+
* use any browser since IE6, both in desktop and in mobile
25
+
17
26
## Browser support
18
27
19
28
Current availability: jStorage supports all major browsers - Internet Explorer 6+, Firefox 2+,
0 commit comments