pub fn make_dialog_handler(
log: DialogLog,
) -> impl FnMut(Event) -> Pin<Box<dyn Future<Output = ()> + Send>>Expand description
Build the event handler that feeds browsingContext.* dialog and download
events into log. Mirrors crate::network::make_network_handler.