WindowBase64

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

Value members

Concrete methods

def atob(encodedString: String): String

Decodes a string of data which has been encoded using base-64 encoding.

Decodes a string of data which has been encoded using base-64 encoding.

def btoa(rawString: String): String

Creates a base-64 encoded ASCII string from a "string" of binary data.

Creates a base-64 encoded ASCII string from a "string" of binary data.

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