jwahyoung/memento

I added local storage, indexeddb, websql from your code.

Opened this issue · 1 comments

Here is my code.
https://github.com/iamdenny/memento

I added local storage, indexeddb, websql using promises pattern.
I know that it's different pattern from your code style.
so I couldn't make a pull-request to you.

Please check my code.
If you need my code, I'll make a PR. or not, let me rename it to the other one such as memento-promise.

Thank you.

Hey, nice work! I'm impressed and inspired by what you've done.

As it stands, I'm not sure that I can take this as a pull request just yet,
but I'll definitely try to incorporate some of the features you've added. I
like the idea of promise support, and I like the idea of being able to
easily add in third-party libraries like localforage.

I originally created Memento to be used with plugins. You've inspired me to
continue on this path. I'll try to take a look at your code this week and
send you feedback.

Thank you so much for contributing! It's great to know that this library
may actually be helping someone.

On Mon, Mar 9, 2015 at 3:45 AM, Denny Lim notifications@github.com wrote:

Here is my code.
https://github.com/iamdenny/memento

I added local storage, indexeddb, websql using promises pattern.
I know that it's different pattern from your code style.
so I couldn't make a pull-request to you.

Please check my code.
If you need my code, I'll make a PR. or not, let me rename it to the other
one such as memento-promise.

Thank you.


Reply to this email directly or view it on GitHub
#5.