ZstdOptions

sealed external interface ZstdOptions(source)

Properties

Link copied to clipboard
abstract var chunkSize: Double?
Link copied to clipboard
abstract var dictionary: ERROR CLASS: Symbol not found for js.buffer.ArrayBufferView<*>??

Optional dictionary used to improve compression efficiency when compressing or decompressing data that shares common patterns with the dictionary.

Link copied to clipboard
abstract var finishFlush: Double?
Link copied to clipboard
abstract var flush: Double?
Link copied to clipboard
abstract var info: Boolean?

If true, returns an object with buffer and engine.

Link copied to clipboard
abstract var maxOutputLength: Double?

Limits output size when using convenience methods.

Link copied to clipboard
abstract var params: ZstdOptionsParams?

Key-value object containing indexed Zstd parameters.