getWireSkew
function getWireSkew(name): number[];Which foreign wire protocol versions have been heard on a bus, ascending.
Empty means every peer seen so far speaks WIRE_VERSION — the normal case, and the one a deploy should return to once the last stale tab is gone. A non-empty result means this page is mid-skew and is partitioned from those peers by design: gate a “reload for the latest version” prompt on it rather than letting users work in a tab that silently sees half the picture.
Page-wide and cumulative, like the skew it reports. It counts what was heard, not what is still out there, so it never un-reports a version — a stale tab that closes leaves its mark, because the deploy that produced it happened.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
name | string |
Returns
Section titled “Returns”number[]