While testing my PouchDB app on IE8, I encountered some errors. I have already included pouchdb.localstorage.js and es5.shim.js files in the index.html.
Below are the errors that I came across:
- An error stating "Expected Identifier, string or number" for the following line (pouchdb.localstorge.js):
Line no. 11019: , try: [
- An issue with an expected identifier for the following line (main.js - local js file):
}).catch(function (err) { console.log('Unable to insert into DB. Error: ' + err.name + ' - ' + err.message); });
I am seeking guidance on how to resolve these issues. Any suggestions?