Skip to content

SDK v4.3.1

Compare
Choose a tag to compare
@xr0master xr0master released this 05 Mar 16:36
· 18 commits to main since this release

Async Store

Conceptually, all input or output in JavaScript is an asynchronous operation, except for localStorage. To simplify work with the custom storage solutions, we've used the asynchronous localStorage.

Essential Links