From 0afd76e332ce4aa621e72bc3ce94929a685ef730 Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Mon, 4 Nov 2024 10:56:49 +0100 Subject: [PATCH] Add more IDB demo code --- idb-getallrecords/index.html | 154 +++++++++++++++++++++++------------ 1 file changed, 102 insertions(+), 52 deletions(-) diff --git a/idb-getallrecords/index.html b/idb-getallrecords/index.html index fff2a780..4559125a 100644 --- a/idb-getallrecords/index.html +++ b/idb-getallrecords/index.html @@ -5,9 +5,15 @@

IndexedDB: getAllRecords()

+ + + \ No newline at end of file