Vencord/src/api
Vendicated 50047dd3c2 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
2022-10-20 20:23:14 +02:00
..
Commands add choices to CommandsAPI Options (#94) 2022-10-14 13:21:44 +02:00
DataStore Add DataStore (IndexedDB wrapper) 2022-10-20 20:23:14 +02:00
index.ts Add DataStore (IndexedDB wrapper) 2022-10-20 20:23:14 +02:00
MessageEvents.ts Make typescript happy, tsc test run in CI 2022-10-09 22:58:08 +02:00
Notices.ts Add in client updater, Notices API 2022-10-01 00:42:50 +02:00
settings.ts Settings: Implement plugin options defaults (#117) 2022-10-18 22:53:37 +02:00