mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-22 20:02:30 +00: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
1 line
44 B
JavaScript
1 line
44 B
JavaScript
export { get, set, del } from 'idb-keyval';
|