Skip to content

ability to setUserAgentOverride on popup windows #8315

@zkrige

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?

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