Ophir Back
Ophir Back
I thought we would fetch the current user agent (using something like `this.evaluate(() => navigator.userAgent)`) and set it.
Sure, I will take care of that 😄
I noticed there's the [newlineKind ](https://api-extractor.com/pages/configs/api-extractor_json/#newlinekind) configuration, but it does not seem to work for me :/
@wesleytodd any chance you have the time to review it once again so it could be merged?
As long as it's chrome, since puppeteer uses `Browser.grantPermission` [documented here](https://chromedevtools.github.io/devtools-protocol/tot/Browser/#method-grantPermissions) behind the scenes, that allows the origin to be optional, setting the origin to `undefined` on the call in...