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

support new SetDownloadBehavior functionality #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kmanley
Copy link
Contributor

@kmanley kmanley commented Sep 10, 2017

@wirepair your latest gcd support the new setDownloadBehavior functionality discussed here https://bugs.chromium.org/p/chromium/issues/detail?id=696481#c39. This PR just exposes it in autogcd.

Note that I stuck this on Tab, but it's really a Page level setting. I don't know if maybe Page should be exposed in autogcd as a high level object alongside Tab, Element, etc.

@wirepair
Copy link
Owner

Thank you for the PR, could you make this use the WithParams style? Most new functionality should use WithParams because as the APIs change a lot of the new fields are omittable. If we use the direct argument style any additions to the API call will break and we have to go in and fix every time.

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

Successfully merging this pull request may close these issues.

2 participants