Skip to content

editorGlobalsBase64Helper

Class: Base64Helper

Hierarchy

  • Base64Helper

Index

Methods

Methods

Static arrayBufferToBase64

arrayBufferToBase64(arrayBuffer: ArrayBuffer): string

Defined in src/util/Base64Helper.ts:14

see http://stackoverflow.com/a/9458996/1441859

Parameters:

Name Type
arrayBuffer ArrayBuffer

Returns: string


Static stringToBase64

stringToBase64(string: string): string

Defined in src/util/Base64Helper.ts:5

see Solution #1 from https://developer.mozilla.org/en-US/docs/Web/API/WindowBase64/Base64_encoding_and_decoding

Parameters:

Name Type
string string

Returns: string