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:
- Expected Identifier, string or number for following line (pouchdb.localstorge.js):
Line no. 11019: , try: [
- Expected Identifier for following line (main.js - local js file):
}).catch(function (err) { console.log('Unable to insert into DB. Error: ' + err.name + ' - ' + err.message); });
How can I fix these issues?