Skip to content

Commit

Permalink
IDBDatabase.transaction() non standard FF option readwriteflush (#23010)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed May 11, 2024
1 parent 279f2a8 commit 591a9f5
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions api/IDBDatabase.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,46 @@
"standard_track": true,
"deprecated": false
}
},
"option_durability_parameter_readwriteflush": {
"__compat": {
"description": "<code>option.durability</code> parameter supports <code>readwriteflush</code>",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "40",
"flags": [
{
"type": "preference",
"name": "dom.indexedDB.experimental",
"value_to_set": "true"
}
]
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": false,
"deprecated": false
}
}
}
},
"version": {
Expand Down

0 comments on commit 591a9f5

Please sign in to comment.