only static method

IDBKeyRange only(
  1. JSAny? value
)

The only() static method of the IDBKeyRange interface creates a new key range containing a single value.

Implementation

external static IDBKeyRange only(JSAny? value);