Skip to content

Commit

Permalink
Editor: Removed IndexedDB prefixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Nov 28, 2023
1 parent e1e2409 commit e49c913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/js/Storage.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function Storage() {

const indexedDB = window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB;
const indexedDB = window.indexedDB;

if ( indexedDB === undefined ) {

Expand Down

0 comments on commit e49c913

Please sign in to comment.