mirror of
				https://github.com/lightpanda-io/browser.git
				synced 2025-10-30 07:31:47 +00:00 
			
		
		
		
	fix navigation and related tests
This commit is contained in:
		| @@ -174,7 +174,7 @@ pub fn pageNavigate(arena: Allocator, bc: anytype, event: *const Notification.Pa | ||||
|     var cdp = bc.cdp; | ||||
|     const reason_: ?[]const u8 = switch (event.opts.reason) { | ||||
|         .anchor => "anchorClick", | ||||
|         .script, .history => "scriptInitiated", | ||||
|         .script, .history, .navigation => "scriptInitiated", | ||||
|         .form => switch (event.opts.method) { | ||||
|             .GET => "formSubmissionGet", | ||||
|             .POST => "formSubmissionPost", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Muki Kiboigo
					Muki Kiboigo