implement PermanentUserData storage prototype

This commit is contained in:
Kevin Jahns
2019-09-17 18:53:59 +02:00
parent 1d297601e8
commit d1f5ff0f59
16 changed files with 215 additions and 68 deletions

View File

@@ -53,5 +53,6 @@ export {
decodeSnapshot,
encodeSnapshot,
isDeleted,
equalSnapshots
equalSnapshots,
PermanentUserData // @TODO experimental
} from './internals.js'