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

v9.6.0 #13978

Merged
merged 33 commits into from
May 11, 2022
Merged

v9.6.0 #13978

merged 33 commits into from
May 11, 2022

Conversation

connorjclark
Copy link
Collaborator

ref #13972

changelog.md Outdated Show resolved Hide resolved
function getRequestForScript(networkRecords, script) {
if (!script) return;
let networkRequest = networkRecords.find(request => request.requestId === script.requestId);
if (!networkRequest) networkRequest = networkRecords.find(request => request.url === script.src);
Copy link
Member

Choose a reason for hiding this comment

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

Slightly modified from #13978 (comment)

@connorjclark
Copy link
Collaborator Author

Merged to branch-9 manually to avoid GH UI restrictions: git merge branch-9.6 --ff-only

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

Successfully merging this pull request may close these issues.

None yet

6 participants