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