Open danbritt opened 4 years ago
I can reproduce using edge Microsoft Edge 44.17763.831.0 Microsoft EdgeHTML 18.17763
I tried to use persistentIndex(true) because the connection is very, very slow on Edge (especially on a webview). This is 5/6sec on chrome -> 5/10minutes on edge depending of the database size.
Got this error : SCRIPT438: SCRIPT438: Object doesn't support property or method 'lb'
lb is the minified method getColumns() : https://github.com/google/lovefield/blob/master/lib/schema/table_builder.js#L613
Version: 2.1.12
Using persistentIndex(true) causes an error when calling schemaBuilder.connect(), making it unusable since you can't get past that step.
Code to reproduce: (link to jsfiddle: https://jsfiddle.net/ouwgrdtn/3/)
Screenshot of console errors: