diff --git a/src/xo.js b/src/xo.js index 760cfd43f..92152555e 100644 --- a/src/xo.js +++ b/src/xo.js @@ -92,6 +92,9 @@ export default class Xo extends EventEmitter { spec.call(this._xobjs) this._watchXobjs() + this._httpRequestWatchers = Object.create(null) + + // TODO: remove when no longer necessary. this._proxyRequests = Object.create(null) this._authenticationProviders = new Set()