Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.idb
/
IDBRequest
/
readyState
ready
State
val
readyState
:
IDBRequestReadyState
(
source
)
Returns "pending" until a request is complete, then returns "done".
MDN Reference