trixnity-client-media-indexeddb
Toggle table of contents
4.22.0
js
Platform filter
js
Switch theme
Search in API
trixnity-client-media-indexeddb
trixnity-client-media-indexeddb
/
net.folivo.trixnity.client.media.indexeddb
Package-level
declarations
Types
Functions
Types
Indexed
DBMedia
Store
Link copied to clipboard
class
IndexedDBMediaStore
(
val
databaseName
:
String
=
"trixnity_media"
,
toByteArray
:
suspend
(
uri
:
String
,
ByteArrayFlow
,
coroutineScope
:
CoroutineScope
?
,
expectedSize
:
Long
?
,
maxSize
:
Long
?
)
->
ByteArray
?
?
=
null
)
:
MediaStore
Indexeddb
Platform
Media
Link copied to clipboard
interface
IndexeddbPlatformMedia
:
PlatformMedia
Functions
create
Indexed
DBMedia
Store
Module
Link copied to clipboard
fun
createIndexedDBMediaStoreModule
(
databaseName
:
String
=
"trixnity_media"
)
:
Module