
main.web.idb.IDBTransactionMode.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:Suppress(
"NAME_CONTAINS_ILLEGAL_CHARS",
)
package web.idb
// language=JavaScript
@JsName("""(/*union*/{readonly: 'readonly', readwrite: 'readwrite', versionchange: 'versionchange'}/*union*/)""")
external enum class IDBTransactionMode {
readonly,
readwrite,
versionchange,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy