Hi,
I’m experimenting with using the browsers Local Storage (https://www.w3schools.com/html/html5_webstorage.asp ) to make my app work off line. It seems to work fine - I found a way to store images.
But before I go further and make workflows to handle the use and sync of online and off line data I wonder if anyone has experience from this and can recommend strategies, or advice against this using it all together. Or maybe suggest an even better way.
Cheers,
Peter
caeroa
August 2, 2020, 12:01am
2
Hey @philledille could you share your workflow?
Cheers!!!
Hi @caeroa ,
I didn’t pursue this, so I have no workflows.
Best, Peter
peter8
August 4, 2020, 5:48pm
5
This new plugin resolves this question.
Hola nocoders!
We made a new DOM storage plugin, completely free to use
Happy building!!
Some info:
Instructions
Web storage or DOM storage, provides web applications with methods for storing client-side data. Web storage supports persistent data storage, similar to cookies but with a greatly enhanced capacity and no information stored in the HTTP request header.
This plugin makes it easy to integrate and use Web storage in your Workflows. To use the Web storage, simply dr…
1 Like