From 1dd072dfaf448831f21c4a387d17996834c6e949 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Thu, 7 Nov 2024 12:19:09 -0800 Subject: [PATCH] Editorial: Update "new in this edition" notes See discussion in #424 - we maybe want to remove these entirely, but this minimal update is harmless. I'm not sure why MDN panels aren't updating. --- index.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.bs b/index.bs index d6a9cff..a0b35ba 100644 --- a/index.bs +++ b/index.bs @@ -2357,7 +2357,7 @@ The databases() method steps are:
🚧 The {{IDBFactory/databases()}} method is new in this edition. - It is supported in Chrome 71, Edge 79, and Safari 14. + It is supported in Chrome 71, Edge 79, Firefox 126, and Safari 14. 🚧
@@ -2670,7 +2670,7 @@ The transaction(|storeNames|, |mode|, |options|) 🚧 The {{IDBTransactionOptions/durability}} option is new in this edition. - It is supported in Chrome 82, Edge 82, and Safari 15. + It is supported in Chrome 82, Edge 82, Firefox 126, and Safari 15. 🚧 @@ -4762,7 +4762,7 @@ The durability getter steps are to retur
🚧 The {{IDBTransaction/durability}} attribute is new in this edition. - It is supported in Chrome 82, Edge 82, and Safari 15. + It is supported in Chrome 82, Edge 82, Firefox 126, and Safari 15. 🚧