Expand description
browser-control storage — local/sessionStorage get/set/list.
Routing mirrors eval/fetch. The --browser flag accepts the
unified <browser>[/<tab>] syntax; three paths fall out of (tab, --target):
<browser>/<tab>(no--target) — named-tab path via [with_named_tab_recovery]. Engine-agnostic, recover-once on dead tabs.<browser>(no--target) — scratch tab viawith_scratch_recovery. StorageSetagainst a scratch (about:blank) writes to that origin — symmetric witheval, where the same caveat applies.<browser> --target <regex>— legacyPageSession::attach.
<browser>/<tab> and --target are mutually exclusive.