Alexander Ehrenhöfer

Results 1 issues of Alexander Ehrenhöfer

If i create multiple "sub-requests" out of the same main Request, those sub request seem to override each others properties. this.mainRequest = await getResponseFromEntryPoint('/') this.resource1 = await this.mainRequest.link('byKey').fetch({key: 'keyVal1'}) this.resource2...