我在尝试捕获此错误时遇到问题。我有一个Backbone Marionette应用程序,可以与browserify / gulp和Ecma5一起使用。
我们还使用localforage实际上在localstorage / cookies / indexdb中为某些持久性客户端保存了一些信息。
在许多计算机上进行多次测试后,在某些计算机中,我们收到DOMError并显示以下消息,留下空白页:
message: "The requested version (1) is less than the existing version (2)."
(anonymous function)
@
app.js?0.1:1
(anonymous function)
@
vendors.js?0.1:16229
flush
@
vendors.js?0.1:16513
drainQueue
@
vendors.js?0.1:14819
DOMError
供应商是所有库外部的捆绑包localforage / backbone marionette / jquery等...而app是我们的捆绑包。
提示:我认为在使用localforage和indexdb时会出现此错误,删除Cookie并删除本地存储后,我们不会再次出现此错误。