Closed
Description
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
Labels
No labels