Future<void> loadData( {required String data, String mimeType = "text/html"}) async { iframe.src = 'data:$mimeType,' + Uri.encodeComponent(data); }