Zlib

@native @JSType trait Zlib extends StObject
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def close(): Unit
def close(callback: Function0[Unit]): Unit
def flush(): Unit
def flush(callback: Function0[Unit]): Unit
def flush(kind: Double): Unit
def flush(kind: Double, callback: Function0[Unit]): Unit
def flush(kind: Unit, callback: Function0[Unit]): Unit

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

val bytesRead: Double
val bytesWritten: Double
var shell: UndefOr[Boolean | String]