pub fn show_uri_full_future( parent: Option<&(impl IsA<Window> + Clone + 'static)>, uri: &str, timestamp: u32, ) -> Pin<Box<dyn Future<Output = Result<(), Error>> + 'static>>