Skip to content

ability to setUserAgentOverride on popup windows #8315

Description

@zkrige

Would it be possible to set user agent on popup windows?

nw.Window.open('about:blank', {}, (win) => {
  win.setUserAgentOverride('My custom user agent for this window which differs from parent');
})

Perhaps there is some way to achieve this already?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions