ember-localstorage-adapter icon indicating copy to clipboard operation
ember-localstorage-adapter copied to clipboard

sessionStorage support

Open iamdtang opened this issue 8 years ago • 3 comments

Recently I found myself wanting to use sessionStorage instead of localStorage. What do you think about having this feature? I'd be happy to implement if you think it is a good addition.

iamdtang avatar Apr 08 '16 07:04 iamdtang

Perhaps that should be another lib, ember-sessionstorage-adapter?

kurko avatar Apr 12 '16 19:04 kurko

I thought about that too. I wasn't sure and wanted to see what everyone thinks. It's a small addition to this addon since it'd be simply extending the current local storage adapter class and overriding a few methods.

iamdtang avatar Apr 12 '16 19:04 iamdtang

hhmm… it's something to take under consideration. @skaterdav85 would you be willing to make a proof of concept PR?

locks avatar Apr 13 '16 12:04 locks