-
Notifications
You must be signed in to change notification settings - Fork 31
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: support UserContext in PreloadScripts #3072
Conversation
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.
I think we better refactor for clarify with this feature. I think current PR while working is a bit too confusing.
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.
Alright, tests seem to be happy so let's land it
Add interception seems to be slowed down I would want to fix that before we land. |
3149851
to
b7f260f
Compare
🤖 I have created a release *beep* *boop* --- ## [1.3.0](chromium-bidi-v1.2.0...chromium-bidi-v1.3.0) (2025-02-05) ### Features * emit `browsingContext.navigationCommitted` event ([#3057](#3057)) ([58be24c](58be24c)) * implement user context subscriptions ([#3039](#3039)) ([7decf27](7decf27)) * support UserContext in PreloadScripts ([#3072](#3072)) ([dd2c9c0](dd2c9c0)) ### Bug Fixes * group clicks in action ([#3052](#3052)) ([c2d7fe3](c2d7fe3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Need to add Unit tests mayble.