UNPKG
@egjs/persist
Version:
beta (2.7.0-beta.2)
latest (2.6.0)
2.7.0-beta.2
2.7.0-beta.1
2.7.0-beta.0
2.6.0
2.6.0-beta.1
2.6.0-beta.0
2.5.2
2.5.2-beta.0
2.5.1
2.5.0
2.4.0
2.4.0-beta.0
2.3.0
2.2.2
2.2.1
2.2.1-rc
2.2.0
2.2.0-rc
2.1.4
2.1.3
2.1.3-rc
2.1.2
2.1.0
2.0.0
2.0.0-rc.1
Provide cache interface to handle persisted data among history navigation.
@egjs/persist
/
src
/
index.js
12 lines
(8 loc)
•
227 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
Persist
, {updateDepth, replaceDepth}
from
"./Persist"
;
import
PersistQuotaExceededError
from
"./PersistQuotaExceededError"
;
export
{ updateDepth, replaceDepth,
PersistQuotaExceededError
, };
export
default
Persist
;