mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 09:57:08 -04:00
Add DataStore (IndexedDB wrapper)
An alternative to the synchronous Settings API to work around storage limitations of localStorage and allow storing of arbitrarily large data in form of most Javascript DataTypes, see https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm#supported_types
This commit is contained in:
parent
36f4478a4f
commit
50047dd3c2
4 changed files with 489 additions and 4 deletions
|
@ -1,3 +1,4 @@
|
|||
export * as MessageEvents from "./MessageEvents";
|
||||
export * as Notices from "./Notices";
|
||||
export * as Commands from "./Commands";
|
||||
export * as DataStore from "./DataStore";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue