Skip to content

Validation for exposures of types in attributes/operations #619

@saschanaz

Description

@saschanaz

For example, this is invalid:

[Exposed=Window]
interface Foo {};

[Exposed=(Window, Worker)] 
interface Bar {
  attribute Foo foo; // Foo is not available on workers!
};

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions