System/Libraries/Html/Renderer: Add form_data_str to HtmlRenderer

This commit is contained in:
Alec Murphy
2025-10-09 12:57:53 -04:00
parent bb12179305
commit c1280e0964

View File

@@ -81,6 +81,7 @@ class @html_renderer
HttpUrl* current_url;
JsonArray* css_rules;
JsonArray* forms;
U8* form_data_str;
U8* cache_directory;
U8* current_title;
U8* current_url_string;