webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Static Public Member Functions | List of all members
WebCore::Base64Utilities Class Reference

#include <Base64Utilities.h>

Inheritance diagram for WebCore::Base64Utilities:
WebCore::DOMWindow WebCore::DOMWindow WebCore::WorkerGlobalScope WebCore::WorkerGlobalScope WebCore::DedicatedWorkerGlobalScope WebCore::DedicatedWorkerGlobalScope

Static Public Member Functions

static ExceptionOr< Stringbtoa (const String &)
 
static ExceptionOr< Stringatob (const String &)
 
static ExceptionOr< Stringbtoa (const String &)
 
static ExceptionOr< Stringatob (const String &)
 

Member Function Documentation

◆ atob() [1/2]

ExceptionOr< String > WebCore::Base64Utilities::atob ( const String encodedString)
static

◆ atob() [2/2]

static ExceptionOr<String> WebCore::Base64Utilities::atob ( const String )
static

◆ btoa() [1/2]

static ExceptionOr<String> WebCore::Base64Utilities::btoa ( const String )
static

◆ btoa() [2/2]

ExceptionOr< String > WebCore::Base64Utilities::btoa ( const String stringToEncode)
static

The documentation for this class was generated from the following files: