Skip to content

Allow ponyfilling window.open #368

@billba

Description

@billba

Right now we call window.open(url) for card actions. The default in most browsers is to open the url in a new tab, but some might like to open it in a new window, etc.

My proposal is to add urlTarget?:string and urlTitle?:string to ChatProps. If supplied we'd pass them as the second and third parameter to window.open.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions