mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-26 10:13:38 +08:00
a4fbde9185
Adds just the part to store image data, and remove on successfull save. Alters save events to properly throw upon error. Adds IDB-Keyval library for local large-size store. For #4421
2 lines
44 B
JavaScript
2 lines
44 B
JavaScript
export { get, set, del } from 'idb-keyval';
|