Open justincy opened 8 years ago
jsdom expects rawHeaders to be available. They are being generated internally but just not passed on. This can be fixed by adding rawHeaders: response.rawHeaders || [] to this block of code: https://github.com/assaf/node-replay/blob/f3c32141967d3a7fe090765167cde6c3244f7def/src/matcher.js#L51-L58
rawHeaders
rawHeaders: response.rawHeaders || []
jsdom expects
rawHeaders
to be available. They are being generated internally but just not passed on. This can be fixed by addingrawHeaders: response.rawHeaders || []
to this block of code: https://github.com/assaf/node-replay/blob/f3c32141967d3a7fe090765167cde6c3244f7def/src/matcher.js#L51-L58