Skip to content

window.open( ) failed? #3

Description

@thjttk
function handleClick(event) {
    window.open(url) // OK
}

function handleClick(event) {
    requestNewUrl().then(url => {
      window.open(url) // Blocked by 360 browser!
    })
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions