zeeker999
zeeker999
> E.g. Allowing `app.userAgentFallback`, `webContents({ userAgent })`, `session.setUserAgent` etc. all to take in a string _or_ an object. In the case of an object it can also conditionally take in...
@MarshallOfSound I just pushed a commit that changes all setUserAgent* to take an options object instead. Could you please check if I am going in the right direction? I didn't...
> Overall I'm good with the API, but I think we can simplify it bit. > > Currently the `xxx.setUserAgent` APIs accept `object | string` as parameter, which means there...
the root cause likely is the same as issue #30666