DeflateOptions

@native @JSType
trait DeflateOptions extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object

Concrete fields

var dictionary: UndefOr[Int]
var level: UndefOr[Int]

Z_NO_COMPRESSION: 0 Z_BEST_SPEED: 1 Z_BEST_COMPRESSION: 9 Z_DEFAULT_COMPRESSION: -1

Z_NO_COMPRESSION: 0 Z_BEST_SPEED: 1 Z_BEST_COMPRESSION: 9 Z_DEFAULT_COMPRESSION: -1

var memLevel: UndefOr[Int]
var strategy: UndefOr[Int]
var windowBits: UndefOr[Int]