-
Notifications
You must be signed in to change notification settings - Fork 44
feat: speculation module implementation #3731
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: speculation module implementation #3731
Conversation
Added spec (https://wicg.github.io/nav-speculation/prefetch.html#automated-testing) from external for speculation module. Will follow up with implementation PR. Implementation PR: #3731 --------- Co-authored-by: Maksim Sadym <[email protected]>
|
Please update the brunch and remove not relevant changes |
Just updated it, and the copyright issue seems to be resolved now, thanks! PTAL when you have the chance. |
…mium-bidi into speculation-prototype
|
Thanks for your review @sadym-chromium ! Would you be able to help with release and rollover of this? I think the next step for me is to create the PR in wpt for the testdriver extension. Does that sound right? |
@srwei merged. Please create WPT tests |
Created WPT tests and added testdriver extensions in web-platform-tests/wpt#55274 |
🤖 I have created a release *beep* *boop* --- ## [10.0.0](chromium-bidi-v9.2.1...chromium-bidi-v10.0.0) (2025-10-07) ### ⚠ BREAKING CHANGES * **chrome:** update the pinned browser version to 143.0.7447.0 ([#3802](#3802)) ### Features * **chrome:** update the pinned browser version to 143.0.7447.0 ([#3802](#3802)) ([d40b75f](d40b75f)) * speculation module implementation ([#3731](#3731)) ([66d3585](66d3585)) * support request data collection ([#3809](#3809)) ([ac9792f](ac9792f)) * support request post data collection ([#3815](#3815)) ([6123a55](6123a55)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Implementation for the speculation module, mainly to include the event speculation.PrefetchStatusUpdated.
Spec PR: w3c/webdriver-bidi#1003
Update Webdriver-Bidi Types PR: #3728