mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
servoshell: Remove IndexedDB preference from servo:preferences (#44283)
Since indexeddb is now part of the experimental features list, we can remove it from the "more experimental" features list. Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
const prefs = {
|
||||
"experimental": [],
|
||||
"http-cache": ["network_http_cache_disabled"],
|
||||
"more-experimental": ["dom_abort_controller_enabled", "dom_indexeddb_enabled"],
|
||||
"more-experimental": ["dom_abort_controller_enabled"],
|
||||
"user-agent": ["user_agent"],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user