Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE 11: Cannot read property '0' of undefined #83

Open
deftdawg opened this issue May 29, 2019 · 0 comments
Open

IE 11: Cannot read property '0' of undefined #83

deftdawg opened this issue May 29, 2019 · 0 comments

Comments

@deftdawg
Copy link

Har files generated with IE 11 fail with the error message: Cannot read property '0' of undefined

function getLastTiming(har, run) {
  const harEntries = har.log.entries;
  const pageId = har.log.pages[run].id;  // <-- har.log.pages is undefined

Files are valid if run against http://www.softwareishard.com/har/viewer/

ie11-google.com.har.txt
ie11-google.ca.har.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants