Correctly initialize Xo#_httpRequestWatchers.
This commit is contained in:
parent
0101365ebc
commit
19e26729a8
@ -92,6 +92,9 @@ export default class Xo extends EventEmitter {
|
|||||||
spec.call(this._xobjs)
|
spec.call(this._xobjs)
|
||||||
this._watchXobjs()
|
this._watchXobjs()
|
||||||
|
|
||||||
|
this._httpRequestWatchers = Object.create(null)
|
||||||
|
|
||||||
|
// TODO: remove when no longer necessary.
|
||||||
this._proxyRequests = Object.create(null)
|
this._proxyRequests = Object.create(null)
|
||||||
|
|
||||||
this._authenticationProviders = new Set()
|
this._authenticationProviders = new Set()
|
||||||
|
Loading…
Reference in New Issue
Block a user