Skip to content

Should includes be allowed as operation names? #767

Closed
@saschanaz

Description

@saschanaz

includes has been a reserved keyword since we introduced mixins, but IndexedDB is using that word for an operation: w3c/IndexedDB@98b28b9

[Exposed=(Window,Worker)]
interface IDBKeyRange {
  // -- snip --

  boolean _includes(any key);
};

@bzbarsky raised a concern that we shouldn't force escaping here. 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