CLOUD_ELIGIBLE_TRANSPORTS
const CLOUD_ELIGIBLE_TRANSPORTS: readonly SourceTransport[];The transports whose sync is a pure HTTP pull — the necessary condition for a
source to run in the cloud at all. A browser source drives a real browser
and a local source reads the user’s disk; neither exists in a hosted
runtime, so both are pinned to the client.