I am testing PouchDB app in IE8, but I am getting following errors. I have included pouchdb.localstorage.js and es5.shim.js file in index.html.
You can find below the errors:
Line no. 11019: , try: [
}).catch(function (err) { console.log('Unable to insert into DB. Error: ' + err.name + ' - ' + err.message); });
How can I fix these issues?
This is a bug. Please file an issue on Github and we'll look into it. Seems the issue is that we need to es3ify the source file to escape keywords like "try."