Rewild Your Web
web browser dweb
at main 11 lines 501 B view raw
1--- original 2+++ modified 3@@ -434,7 +434,7 @@ 4 let source = document.browsing_context().unwrap(); 5 let (maybe_chosen, history_handling) = match target_attribute_value { 6 Some(name) => { 7- let (maybe_chosen, new) = source.choose_browsing_context(name, noopener); 8+ let (maybe_chosen, new) = source.choose_browsing_context(name, noopener, None); 9 let history_handling = if new { 10 NavigationHistoryBehavior::Replace 11 } else {