-
Notifications
You must be signed in to change notification settings - Fork 4.2k
chore(webkit): polyfill PublicKeyCredential
#35702
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
Conversation
This comment has been minimized.
This comment has been minimized.
} as any; | ||
} | ||
|
||
await this.addInitScript(`(${polyfill})()`); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of using the public API that has some side-effects, do it similar to other things in _calculateBootstrapScript()
.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Test results for "tests 1"1 failed 3 flaky39126 passed, 803 skipped Merge workflow run. |
Windows modernizer tests have been failing after this PR: https://devops.playwright.dev/flakiness.html#show_flaky=true&filter_spec=modernizr.spec.ts |
Resolves #35433