kalium
js
backup
/
com.wire.backup.dump
/
ZipOptions
Zip
Options
js
internal
class
ZipOptions
(
val
type
:
String
=
"uint8array"
,
val
compression
:
String
=
"DEFLATE"
)
Members
Constructors
Zip
Options
Link copied to clipboard
js
constructor
(
type
:
String
=
"uint8array"
,
compression
:
String
=
"DEFLATE"
)
Properties
compression
Link copied to clipboard
js
val
compression
:
String
type
Link copied to clipboard
js
val
type
:
String