I am currently developing an offline javascript application that must be compatible with IE7, ruling out the use of localStorage. The app does not require any information persistence, as a refresh clears everything.
My query is regarding setting up Backbone to utilize a standard JavaScript variable (JSON) as the data store without using the model.url() method, which throws an error when omitted. I believe there must be a straightforward solution, but I am uncertain how to proceed.
Thank you for any insight!