Searched refs:STORE_NAME (Results 1 – 1 of 1) sorted by relevance
737 let transaction = db.transaction(STORE_NAME, 'readonly');738 let store = transaction.objectStore(STORE_NAME);912 const transaction = db.transaction(STORE_NAME, 'readonly');913 const store = transaction.objectStore(STORE_NAME);1201 const STORE_NAME = 'longTable'; constant1236 const transaction = db.transaction(STORE_NAME, 'readwrite');1237 const objectStore = transaction.objectStore(STORE_NAME);