Reflect.defineProperty(this, 'onStateChange', {
      configurable: true,
      enumerable: true,
      get: () => (wc.onStateChange.name === 'none' ? undefined : wc.onStateChange),
      set: (handler: (state: WebChannelState) => void) => {