diff --git a/files/en-us/web/api/idbtransaction/mode/index.html b/files/en-us/web/api/idbtransaction/mode/index.html index a48724004abcb9f..210a67b31fc7124 100644 --- a/files/en-us/web/api/idbtransaction/mode/index.html +++ b/files/en-us/web/api/idbtransaction/mode/index.html @@ -73,7 +73,7 @@
// Let us open our database +// Let us open our database var DBOpenRequest = window.indexedDB.open("toDoList", 4); DBOpenRequest.onsuccess = function(event) { diff --git a/files/en-us/web/api/indexeddb_api/using_indexeddb/index.html b/files/en-us/web/api/indexeddb_api/using_indexeddb/index.html index fa0d1415f34ef94..50bfceed7dc54f3 100644 --- a/files/en-us/web/api/indexeddb_api/using_indexeddb/index.html +++ b/files/en-us/web/api/indexeddb_api/using_indexeddb/index.html @@ -626,7 +626,7 @@Locale-aware sorting
{{domxref("IDBIndex")}} has also had new properties added to it to specify if it has a locale specified, and what it is:
locale
(returns the locale if any, or null if none is specified) andisAutoLocale
(returnstrue
if the index was created with an auto locale, meaning that the platform's default locale is used,false
otherwise.)-Note: This feature is currently hidden behind a flag — to enable it and experiment, go to about:config and enable
+dom.indexedDB.experimental
.Note: This feature is currently hidden behind a flag — to enable it and experiment, go to
about:config
and enabledom.indexedDB.experimental
.Full IndexedDB example
diff --git a/files/en-us/web/api/mediastream/index.html b/files/en-us/web/api/mediastream/index.html index acee2b839859bc3..422fda828cf8434 100644 --- a/files/en-us/web/api/mediastream/index.html +++ b/files/en-us/web/api/mediastream/index.html @@ -118,7 +118,7 @@Browser compatibility
See also