mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-25 18:42:01 +03:00
Drawio: Started browser drawing backup store system
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
This commit is contained in:
1
resources/js/services/store.js
Normal file
1
resources/js/services/store.js
Normal file
@ -0,0 +1 @@
|
||||
export { get, set, del } from 'idb-keyval';
|
Reference in New Issue
Block a user