Dean Cowley
06/07/2023, 2:01 PMCredentialsContainer
available at window.navigator.credentials
, but the Kotlin browser API doesn't expose it yet:
https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.dom/-navigator/
Are there any plans to update the Kotlin/JS standard library to expose the JavaScript credentials API?
https://developer.mozilla.org/en-US/docs/Web/API/Navigator/credentialsturansky
06/07/2023, 5:41 PMkotlin-browser
with updated Navigatorturansky
06/07/2023, 5:42 PMkotlin-wrappers
and I will add missed typesturansky
06/07/2023, 8:51 PMturansky
06/07/2023, 10:02 PMDean Cowley
06/08/2023, 6:56 AMturansky
06/08/2023, 9:01 AMpre.563
turansky
06/08/2023, 7:22 PMDean Cowley
06/13/2023, 10:41 AMDean Cowley
06/13/2023, 10:46 AMsealed
, which is difficult to work with. I need to use unsafeCast
because I can't instantiate the objects. Not sure if there's another way?turansky
06/13/2023, 11:17 AMjso
builderturansky
06/13/2023, 11:18 AMunsafeCast
not required at allDean Cowley
06/13/2023, 11:27 AMDean Cowley
06/14/2023, 8:41 AMpre.567
👍turansky
06/14/2023, 9:24 AM