You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.
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:
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:node-replay/src/matcher.js
Lines 51 to 58 in f3c3214
The text was updated successfully, but these errors were encountered: