6.4. Object store deletion operation
To delete records from an object store with store and range, run these steps:
Remove all records, if any, from store’s list of records with key in range.
For each index which references store, remove every record from index’s list of records whose value is in range, if any such records exist.
Return undefined.