Gregory Pike
Gregory Pike
This is a good question. Are cookie limits browser-specific? How can we break about objects to handle this limitation? Remember that local storage has major size limitations as well so...
That's certainly an easy task. Will you create a PR?
localStorageService.set('something', true); // ... localStorageService.get('something'); // ... window.onbeforeunload = function (e) { localStorageService.clearAll() };
We're using semantic versioning so the 5 part represents minor changes that are backwards compatible. Sorry about not keeping the changelog up to date. Been busy.
This is actually the proper return for a native localStorage.getItem call when the key is undefined. While I agree that undefined makes more sense, I don't think we should alter...
I think it would. It's just another storage type.
I've written a number of Chrome extensions so I do have interest in this. On May 14, 2016 5:22 PM, "Richard Davenport" [email protected] wrote: > @ealves-pt https://github.com/ealves-pt and @grevory >...
Is there any way you can provide more detail for reference? Is anyone else experiencing this issue?
No, I am not working on bugs at the moment. Feel free to submit a PR.
I haven't noticed or heard of this issue until now. I am not sure what is causing it. Can you create an Issue on Github so someone can look into...