Rewild Your Web
at main 15 lines 585 B view raw
1--- original 2+++ modified 3@@ -122,8 +122,10 @@ 4 #[cfg(feature = "webgpu")] 5 init.gpu_id_hub.clone(), 6 inherited_secure_context, 7- false, 8- None, // font_context 9+ false, // unminify_js 10+ false, // is_embedded_webview - worklets are never embedded webviews 11+ false, // hide_focus - worklets don't have focus 12+ None, // font_context 13 ), 14 base_url, 15 to_script_thread_sender: init.to_script_thread_sender.clone(),