Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

[console] Allow passing Scala-native object to logging method #296

Closed
@exoego

Description

@exoego

Currently, console.log or similar accepts only js.Any as 1st parameter.

def log(message: js.Any, optionalParams: Any*): Unit = js.native

I think it could also accept Scala-native (scala.Any, not js.Any) objects.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions