English
get
About 32 wordsLess than 1 minute
2025-12-16
This method can be used to get data from the browser's IndexedDB.
Syntax: FxUI.storage.get(key)
Example
FxUI.storage.get(key).then((res) => {
// todo what you want
})English
About 32 wordsLess than 1 minute
2025-12-16
This method can be used to get data from the browser's IndexedDB.
Syntax: FxUI.storage.get(key)
FxUI.storage.get(key).then((res) => {
// todo what you want
})