(gate: () => boolean)
| 19 | * init code that already imports bridgeEnabled.ts. |
| 20 | */ |
| 21 | export function setCseShimGate(gate: () => boolean): void { |
| 22 | _isCseShimEnabled = gate |
| 23 | } |
| 24 | |
| 25 | /** |
| 26 | * Re-tag a `cse_*` session ID to `session_*` for use with the v1 compat API. |