load Data With Base Url
fun loadDataWithBaseUrl(baseUrl: String, data: String, mimeType: String = "text/html", encoding: String = "utf-8", historyUrl: String = baseUrl)
Loads a data string with an explicit base URL (full control over mime type, encoding and history URL). See loadHtmlWithBaseUrl for the common case.