Skip to content

Commit 06ef06d

Browse files
authored
Fix feature name and description for IDBDatabase.transaction subfeature (#23592)
1 parent 30d44a2 commit 06ef06d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/IDBDatabase.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,9 @@
375375
"deprecated": false
376376
}
377377
},
378-
"option_durability_parameter_readwriteflush": {
378+
"mode_parameter_readwriteflush": {
379379
"__compat": {
380-
"description": "<code>option.durability</code> parameter supports <code>readwriteflush</code>",
380+
"description": "<code>mode</code> parameter supports <code>readwriteflush</code>",
381381
"support": {
382382
"chrome": {
383383
"version_added": false

0 commit comments

Comments
 (0)