in src/Transport.ts [316:321]
set isSniffing (val) { if (typeof val !== 'boolean') { throw new ConfigurationError(`isSniffing must be a boolean, instead got ${typeof val}`) } this[kIsSniffing] = val }