bound

Declaration

static IDBKeyRange bound(
    any lower, 
    any upper, 
    optional boolean lowerOpen, 
    optional boolean upperOpen
);