Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Working with the repository #622

Open
Xprofi opened this issue Jun 22, 2024 · 0 comments
Open

Working with the repository #622

Xprofi opened this issue Jun 22, 2024 · 0 comments

Comments

@Xprofi
Copy link
Contributor

Xprofi commented Jun 22, 2024

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant