0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-22 20:02:30 +00:00
BookStackApp_BookStack/resources/js/services/store.js
Dan Brown a4fbde9185
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 
2023-08-22 19:30:39 +01:00

1 line
44 B
JavaScript

export { get, set, del } from 'idb-keyval';