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

Perf-Dashboard.Render sync phase sets location.hash, but the actual DOM (#488) #496

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

rniwa
Copy link
Member

@rniwa rniwa commented Mar 1, 2025

modifications happen asynchronously in the onhashchange() callback.

This results in nothing interesting being measured during the sync phase, and the resulting rendering update (during the async phase) not including the change.

Change the test to manually and synchronously trigger the onhashchange() callback, and change the page content to detect and omit duplicate events.

…OM (#488)

modifications happen asynchronously in the onhashchange() callback.

This results in nothing interesting being measured during the sync phase, and
the resulting rendering update (during the async phase) not including the
change.

Change the test to manually and synchronously trigger the onhashchange()
callback, and change the page content to detect and omit duplicate events.

Co-authored-by: Matt Woodrow <[email protected]>
Copy link

netlify bot commented Mar 1, 2025

Deploy Preview for webkit-speedometer ready!

Name Link
🔨 Latest commit 2e73ad3
🔍 Latest deploy log https://app.netlify.com/sites/webkit-speedometer/deploys/67c34c16dd488d000875d376
😎 Deploy Preview https://deploy-preview-496--webkit-speedometer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mdubet mdubet added the v3.1 label Mar 3, 2025
@rniwa rniwa merged commit b475f2d into release/3.1 Mar 3, 2025
4 checks passed
@rniwa rniwa deleted the merge-488-to-3.1 branch March 3, 2025 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants