webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Typedefs | Functions
WebCore::DataURLDecoder Namespace Reference

Classes

struct  DecodeTask
 
struct  Result
 
struct  ScheduleContext
 

Typedefs

using DecodeCompletionHandler = std::function< void(std::optional< Result >)>
 

Functions

void decode (const URL &url, const ScheduleContext &scheduleContext, DecodeCompletionHandler &&completionHandler)
 

Typedef Documentation

◆ DecodeCompletionHandler

Function Documentation

◆ decode()

void WebCore::DataURLDecoder::decode ( const URL url,
const ScheduleContext scheduleContext,
DecodeCompletionHandler &&  completionHandler 
)