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

feat(har): allow saving HAR 1.2 for context #4214

Merged
merged 1 commit into from
Oct 26, 2020

Conversation

pavelfeldman
Copy link
Member

@pavelfeldman pavelfeldman commented Oct 22, 2020

It does not yet contain headers / body size. I can estimate them, but I know that people are typically interested in the accurate numbers and we can do that with a number of browser patches, so leaving them -1 for now. HAR 1.2 allows that...

@pavelfeldman pavelfeldman changed the title feat(har): allow saving har for context feat(har): allow saving HAR 1.2 for context Oct 22, 2020
docs/api.md Outdated Show resolved Hide resolved
docs/api.md Outdated Show resolved Hide resolved
docs/api.md Outdated Show resolved Hide resolved
docs/api.md Outdated Show resolved Hide resolved
docs/api.md Outdated Show resolved Hide resolved
}), true, undefined).then(result => {
pageEntry.title = result.title;
pageEntry.pageTimings.onContentLoad = result.domContentLoaded;
}).catch(() => {});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this catch?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything without await has a catch...

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

Successfully merging this pull request may close these issues.

3 participants