Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dgriebel2014 committed Feb 8, 2025
1 parent 3ea2e0e commit 7be2c5d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 790 deletions.
10 changes: 0 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2501,16 +2501,6 @@ <h3><code style="font-size:xx-large;">openCursor(storeName, options?)</code></h3

// Now call setupGrid()
await setupGrid(storeName);

// Once ready, verify the field offsets on a 10% sample of rows
try {
// Wait until videoDB is ready
await videoDB.waitUntilReady();
await videoDB.verifyFieldOffsets(storeName, 1);
console.info("Field offsets verification completed successfully.");
} catch (error) {
console.error("Error during field offsets verification:", error);
}
} catch (error) {
logToConsole(`[ERROR] ${error.message}`);
} finally {
Expand Down
Loading

0 comments on commit 7be2c5d

Please sign in to comment.