mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-06 02:54:05 +08:00

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';
|