Skip to content

[worklets] No Console interface anymore #368

@saschanaz

Description

@saschanaz

The Worklets spec defines a console attribute with Console interface:

[Exposed=Worklet]
interface WorkletGlobalScope {
    attribute Console console;
};

However, now the Console spec does not have Console interface anymore and instead it defines console namespace, which is already defined to be exposed on worklets.

Thus I think the console attribute can be removed, what do you think?

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