Loads a string of HTML into the WebView asynchronously.
@param webview The WebView instance.
@param html The HTML string (ASCII) to load.
@param frame_name The name of the frame to load the HTML in; leave this blank to load in the main frame.
See Implementation
Loads a string of HTML into the WebView asynchronously.
@param webview The WebView instance.
@param html The HTML string (ASCII) to load.
@param frame_name The name of the frame to load the HTML in; leave this blank to load in the main frame.