Skip to main content

PACK_CHROME_131

Static PACK_CHROME_131 

Source
pub static PACK_CHROME_131: LazyLock<TlsProfilePack>
Expand description

Chrome 131 profile pack.

ยงExample

use stygian_browser::tls::PACK_CHROME_131;

assert_eq!(PACK_CHROME_131.profile.name, "Chrome 131");
assert!(PACK_CHROME_131.metadata.h3_support);