Loads a local file into the WebView asynchronously.
@param webview The WebView instance.
@param file The file to load.
@param frame_name The name of the frame to load the file in; leave this blank to load in the main frame.
@note The file should exist within the base directory.
See Implementation
Loads a local file into the WebView asynchronously.
@param webview The WebView instance.
@param file The file to load.
@param frame_name The name of the frame to load the file in; leave this blank to load in the main frame.
@note The file should exist within the base directory.