Function assign

Source
pub fn assign<'a, Iter>(options: &mut WebTransportOptions, iter: Iter)
where Iter: IntoIterator<Item = CertHashRef<'a>>,
Expand description

Create an js_sys::Array with parameters suitable for passing to the web_sys::WebTransportOptions::server_certificate_hashes and assign the corresponding value at the passed options.