Building pwa applications

Answered
0
0

Cheers,
I would like to start making PWA applications in wisej and I would like to know how to make the information persist in IndexDB, which is the browser’s Database, or if there is any other mechanism

  • You must to post comments
Best Answer
0
0

IndexDB or any browser feature can be accessed from JavaScript. Wisej only runs on the server. You can add your disconnected JavaScript client-side only code in the /Offline directory.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.