Open Xprofi opened 5 months ago
LocalStorage, sessionStorage working with the repository only through a JS call?
fun saveToken(token: String){ browser.callJsFunction( """ SessionStorage.setItem('token', '$token'); """.trimIndent() ) }
Or did I not find the implementation in the framework?
LocalStorage, sessionStorage working with the repository only through a JS call?
Or did I not find the implementation in the framework?