includes method
The includes()
method of the IDBKeyRange
interface returns a boolean indicating whether a specified key is inside
the key
range.
Implementation
external bool includes(JSAny? key);
The includes()
method of the IDBKeyRange
interface returns a boolean indicating whether a specified key is inside
the key
range.
external bool includes(JSAny? key);