pub const DOC_TOKEN_JS: &str = "String(window.__bcDocToken ?? (window.__bcDocToken = 4294967296 + Math.floor(Math.random() * (9007199254740992 - 4294967296))))";Expand description
Expression (for script.evaluate) yielding the per-document token as a
decimal string; creates it when the walker has not run yet.